:root {
  --blue-text: #2e5372;
  --naranja: #f60;
  --blue-footer: #13293c;
  --white: white;
  --color-3: #eaeef1;
  --azul: rgba(46, 83, 114, .1);
  --trasparente: rgba(255, 255, 255, 0);
  --color: #abb9c5;
  --azul-movil: #0e2335;
  --black: black;
  --menu-movil: rgba(19, 41, 60, .95);
  --color-2: rgba(246, 246, 247, .9);
  --blue: #333;
}

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

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

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

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

body {
  color: var(--blue-text);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titilliumweb, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #f60;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titilliumweb, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--naranja);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.style_head {
  background-color: #1d1d1d;
  padding: 40px;
}

.text-block {
  color: #fff;
  font-family: Titilliumweb, sans-serif;
  font-size: 30px;
}

.section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.style-content {
  background-color: var(--blue-footer);
  padding: 40px;
}

.heading {
  color: #fff;
  text-transform: none;
  margin-top: 40px;
  font-family: Titilliumweb, sans-serif;
  font-size: 50px;
}

.heading-2 {
  color: var(--naranja);
  margin-top: 40px;
  font-weight: 600;
}

.heading-3 {
  margin-top: 40px;
  font-size: 52px;
  font-weight: 600;
}

.div-block {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-2 {
  background-image: url('../images/cover-back.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  max-width: none;
  height: 100vh;
}

.columns {
  max-width: 1440px;
}

.heading-4 {
  width: 524px;
  font-family: Titilliumweb, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.paragraph {
  color: #fff;
  width: 318px;
  margin-top: 80px;
  font-family: "Roboto 0", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-2 {
  margin-top: 317px;
  margin-left: 71px;
}

.column {
  background-image: url('../images/tae-cover.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.div-block-3 {
  background-color: var(--naranja);
  flex-flow: row;
  width: 5px;
  height: 232px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  display: block;
  position: relative;
  top: -252px;
}

.div-block-5 {
  background-image: url('../images/cover-back.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: 1440px;
}

.track-hero-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/cover-back.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.container-hero {
  background-color: rgba(255, 102, 0, 0);
  max-width: 1200px;
  display: none;
}

.wrap-perfe {
  z-index: 1;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.service-wrap {
  z-index: 1;
  background-color: var(--color-3);
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.product-wrap {
  background-color: var(--azul);
}

.productos-wrap {
  z-index: 1;
  background-color: var(--trasparente);
  background-image: url('../images/productos-back.jpg');
  background-position: 50%;
  background-size: cover;
  height: 1160px;
  position: -webkit-sticky;
  position: sticky;
}

.footer {
  z-index: auto;
  background-color: var(--blue-footer);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  box-sizing: border-box;
  object-fit: cover;
  overflow: hidden;
}

.div-block-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: rgba(255, 102, 0, 0);
  height: 100vh;
  margin-left: 0;
}

.h1-conteiner-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 524px;
  margin: auto 50px auto 15px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  max-width: 318px;
  margin-top: 70px;
  margin-bottom: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.bold-text {
  font-family: Roboto, sans-serif;
}

.div-block-7 {
  background-color: var(--naranja);
  color: var(--naranja);
  width: 5px;
  height: 241px;
  position: -webkit-sticky;
  position: sticky;
  top: 285px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-prefe {
  max-width: 1440px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.grid {
  grid-column-gap: 16px;
  grid-template: ". . . Area-4 Area-4 Area-4"
                 "Area-3 Area-3 Area-3 Area-3 . ."
                 "Area-3 Area-3 Area-3 Area-3 . ."
                 / 1fr 1fr 1.5fr 1fr 1fr 1fr 1fr;
}

.div-block-8 {
  width: 524px;
  margin-top: 100px;
}

.paragraph-3 {
  color: var(--blue-footer);
  font-family: Titilliumweb, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-2 {
  color: var(--naranja);
  margin-bottom: 20px;
  font-family: Titilliumweb, sans-serif;
  font-size: 12px;
}

.div-block-9 {
  height: 510px;
}

.image-2 {
  object-fit: cover;
  height: 510px;
}

.image-3 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 796px;
  height: 510px;
  margin-top: 37px;
  margin-left: 0;
}

.paragraph-4 {
  color: var(--blue-footer);
  width: 524px;
  font-family: Titilliumweb, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-3 {
  color: var(--naranja);
  margin-bottom: 20px;
  font-family: Titilliumweb, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-10 {
  margin-top: 100px;
  margin-left: 67px;
}

.container-services {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-2 {
  grid-template: ". ."
                 ". ."
                 ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.heading-5 {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 91px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-5 {
  color: var(--blue-text);
  width: 433px;
  margin-left: 90px;
  font-family: "Roboto 0", sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.wrap-service {
  width: 795px;
  height: 165px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-self: auto;
  width: 100%;
  margin-top: 35px;
}

.wrap-ser-img-1 {
  background-color: var(--color);
  border-radius: 10px;
  width: 91px;
  height: 91px;
  margin-left: 90px;
}

.wrap-serv-parr {
  width: 100%;
  max-width: 600px;
  margin-top: 25px;
}

.heading-6 {
  color: var(--naranja);
  text-transform: none;
  width: 100%;
  margin-top: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 49px;
  font-weight: 600;
}

.paragraph-6 {
  color: var(--blue-text);
  max-width: 500px;
  margin-top: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 14px;
  line-height: 140%;
  overflow: visible;
}

.button {
  color: var(--blue-text);
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/arrow-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-left: 0;
  font-family: "Roboto 0", sans-serif;
}

.cta-vermas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--blue-text);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 9px;
  text-decoration: none;
  display: inline-block;
}

.text-block-4 {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  float: right;
  clear: none;
}

.cta-productos {
  color: #fff;
  margin-top: 25px;
  font-size: 12px;
  text-decoration: none;
}

.cta-productos:hover {
  font-weight: 700;
}

.ver-servi {
  float: left;
  color: var(--blue-text);
  margin-right: 4px;
  font-family: Titilliumweb, sans-serif;
  font-size: 14px;
}

.ver-servi:hover {
  font-weight: 600;
}

.div-descubre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: auto;
  display: block;
}

.div-block-11 {
  width: 100%;
  margin-top: 156px;
}

.line {
  background-color: var(--blue-text);
  color: var(--blue-text);
  width: 796px;
  height: 1px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  width: 796px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  z-index: 1;
  background-color: var(--color-3);
  margin-top: 0;
  padding-top: 100px;
  position: -webkit-sticky;
  position: sticky;
}

.heading-7 {
  box-sizing: content-box;
  text-transform: none;
}

.body {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.container-mant {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.h2-producots {
  text-align: center;
  text-transform: none;
  font-weight: 600;
}

.image-7 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-7 {
  color: var(--blue-text);
  text-align: center;
  max-width: 796px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Titilliumweb, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.bold-text-2 {
  color: var(--naranja);
  font-weight: 600;
}

.div-nueproductos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-column-gap: 33px;
  flex-flow: row;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-grid-img-pro-02 {
  background-image: linear-gradient(180deg, var(--trasparente), var(--trasparente) 0%, rgba(0, 0, 0, .9)), url('../images/01-digivibe.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 311px;
  position: static;
}

.div-grid-img-pro-02:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/01-digivibe.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-8 {
  object-fit: contain;
}

.image-9 {
  object-fit: cover;
}

.div-block-16 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17 {
  z-index: 6;
  object-fit: contain;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
}

.image-10 {
  z-index: -1;
  position: static;
}

.div-block-18 {
  background-color: #000;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  flex: none;
  max-width: 204px;
  height: 52px;
  font-family: Titilliumweb, sans-serif;
  font-size: 22px;
}

.heading-9:hover {
  color: var(--naranja);
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  max-width: 252px;
  height: 60px;
  margin: 15px auto 30px;
  font-family: "Roboto 0", sans-serif;
  line-height: 140%;
}

.cta-servicios {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.div-block-19 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 136px;
  bottom: 69%;
  left: 0%;
  right: 0%;
}

.div-grid-img-pro-2 {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/02-phantom.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 420px;
  transition: opacity .6s;
  display: flex;
  position: relative;
}

.div-grid-img-pro-2:hover {
  background-image: url('../images/02-phantom.webp');
  background-position: 50%;
  background-size: cover;
}

.div-grid-img-pro-3 {
  background-image: url('../images/03-elwiser3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 311px;
  height: 420px;
  display: flex;
  position: relative;
}

.div-grid-img-pro-3:hover {
  background-image: url('../images/03-elwiser3.webp');
  background-position: 50%;
  background-size: cover;
}

.div-grid-img-pro-4 {
  background-image: url('../images/04-el1000.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 311px;
  height: 420px;
  display: flex;
  position: relative;
}

.div-grid-img-pro-4:hover {
  background-image: url('../images/04-el1000.webp');
  background-position: 50%;
  background-size: cover;
}

.mante-wrap {
  z-index: 2;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.container {
  color: var(--blue-text);
  max-width: 1440px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.columns-2 {
  width: 100%;
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-20 {
  width: 100%;
  max-width: 433px;
  margin-left: 0;
}

.ver-produ {
  float: left;
  color: var(--white);
  margin-right: 4px;
  font-family: Titilliumweb, sans-serif;
  font-size: 14px;
}

.ver-produ:hover {
  color: var(--naranja);
}

.tae-vibra-azul {
  color: var(--blue-text);
  margin-bottom: 20px;
  font-family: Titilliumweb, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--blue-footer);
  max-width: 343px;
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.h3-mantenimiento {
  text-align: left;
  text-transform: none;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-10 {
  color: var(--blue-text);
  margin-top: 80px;
  font-family: "Roboto 0", sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.moreinfo {
  float: left;
  color: var(--blue-footer);
  margin-right: 4px;
  font-family: Titilliumweb, sans-serif;
  font-size: 14px;
}

.grid-5 {
  grid-column-gap: 70px;
  grid-row-gap: 34px;
  grid-template: ". Area" 405px
                 "Area-2 Area-3" 405px
                 / 339px 339px;
  justify-content: end;
  width: 100%;
}

.grid-mantenimiento-01 {
  background-image: url('../images/01-mantenimiento.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: 230px;
}

.paragraph-11 {
  color: var(--blue-text);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 28px;
  line-height: 140%;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-5 {
  color: var(--blue-text);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto 0", sans-serif;
  font-size: 100px;
  font-weight: 300;
  display: block;
}

.wrap-carrusell-text {
  width: 5000px;
  height: 80px;
  margin-top: 35px;
  margin-bottom: 70px;
  font-size: 100px;
  overflow: visible;
}

.link, .link-2 {
  color: var(--blue-text);
  text-transform: uppercase;
  font-family: "Roboto 0", sans-serif;
  text-decoration: none;
}

.link-3 {
  color: var(--blue-text);
  font-family: "Roboto 0", sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-span, .text-span-2 {
  color: var(--naranja);
}

.wrap-hero-anilisis {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url('../images/cover.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: -webkit-sticky;
  position: sticky;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  height: 480px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-23 {
  height: 390px;
}

.footer-conteiner {
  max-width: 1440px;
  height: 530px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: static;
}

.columns-3 {
  margin: 0 auto 30px;
}

.grid-6 {
  grid-template-rows: 1fr 1fr auto auto;
  grid-template-columns: 161px 433px;
  width: 590px;
}

.footer-logo {
  float: left;
  width: 100%;
  max-width: 161px;
  margin-right: 20px;
}

.paragraph-12 {
  float: none;
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.text-span-3 {
  color: var(--naranja);
}

.menu-footer {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 62px 62px 62px 62px;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: flex-start;
  margin-left: 0;
  display: grid;
}

.link-4 {
  color: var(--white);
  font-family: "Roboto 0", sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.menu-footer-nos {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Roboto 0", sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.menu-footer-nos:hover {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
}

.link-5 {
  color: var(--white);
  font-family: "Roboto 0", sans-serif;
  font-size: 12px;
  line-height: 8%;
  text-decoration: none;
}

.link-5:hover {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
}

.list-item, .list-item-2 {
  margin-bottom: 25px;
}

.list-item-3 {
  margin-top: 30px;
  margin-bottom: 25px;
}

.link-6 {
  box-sizing: content-box;
  float: none;
  color: var(--white);
  width: 85px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

.link-6:hover {
  color: var(--naranja);
  width: 85px;
  font-family: Roboto, sans-serif;
}

.link-7 {
  float: none;
  color: var(--white);
  text-transform: uppercase;
  align-self: flex-end;
  margin-right: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

.link-7:hover {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
}

.text-block-6 {
  float: left;
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 11px;
  display: flex;
}

.div-block-24 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: 907px;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  padding-left: 100px;
}

.brand {
  background-image: url('../images/tae-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 181px;
}

.brand.w--current {
  background-image: none;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  background-color: #f6f6f7;
  width: 100%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  color: var(--blue-text);
  font-family: "Roboto 0", sans-serif;
  font-size: 12px;
}

.icon {
  color: var(--naranja);
  -webkit-text-stroke-color: var(--naranja);
}

.main {
  width: 100%;
}

.section-hero-nos {
  z-index: 1;
  background-color: var(--white);
  background-image: url('../images/cover-nosotros.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-nosotros {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-text-nosotros {
  text-align: center;
  margin-top: 190px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 150px;
  line-height: 60%;
  display: block;
  overflow: visible;
}

.text-block-7 {
  color: var(--naranja);
  margin-bottom: 15px;
  font-family: "Roboto 0", sans-serif;
  font-size: 16px;
  display: block;
}

.nosotros-img {
  z-index: 2;
  background-image: url('../images/about-cover.webp');
  background-position: 50%;
  background-size: cover;
  width: 978px;
  height: 490px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.text-nosotros {
  width: 796px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-13 {
  color: var(--blue-footer);
  text-align: center;
  margin-top: 148px;
  font-family: Titilliumweb, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.image-11 {
  width: 100%;
  height: 540px;
}

.div-block-28 {
  z-index: -1;
  background-image: url('../images/cove-back.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 540px;
  position: static;
}

.grid-7 {
  align-items: center;
  justify-items: center;
}

.grid-8 {
  grid-column-gap: 65px;
  grid-template-rows: 340px;
  grid-template-columns: 524px 524px 524px;
}

.wraper-carrusel-osotros {
  background-image: url('../images/about-02.webp');
  background-position: 50%;
  background-size: cover;
}

.contenedor-carrusel {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.wraper-carrusel-osotros-1 {
  background-image: url('../images/About-01.webp');
  background-position: 50%;
  background-size: cover;
}

.wraper-carrusel-osotros-2 {
  background-image: url('../images/about-02.webp');
  background-position: 50%;
  background-size: cover;
}

.wraper-carrusel-osotros-3 {
  background-image: url('../images/about-03.webp');
  background-position: 50%;
  background-size: cover;
}

.section-nosotros {
  background-image: url('../images/equipo-nack.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 860px;
}

.section-permi {
  z-index: 1;
  background-color: var(--blue-text);
  background-image: url('../images/textura-socios.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 724px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.container-5 {
  max-width: 1440px;
  height: 727px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-14 {
  color: var(--blue-text);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 524px;
  font-family: "Roboto 0", sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.div-block-29 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-30 {
  clear: right;
  background-color: var(--naranja);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 3px;
  display: flex;
}

.div-block-31 {
  clear: both;
}

.wrap-carrusell-text-1 {
  width: 2600px;
  height: 80px;
  margin-top: 193px;
  margin-bottom: 70px;
  font-size: 100px;
  overflow: visible;
}

.heading-11 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 800px;
  font-family: Titilliumweb, sans-serif;
  font-size: 58px;
  font-weight: 600;
  display: block;
}

.hero-icon-section-analisis {
  float: left;
  background-color: var(--blue-text);
  background-image: url('../images/analisis-de-vibraciones.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.div-block-32 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 90px;
  display: flex;
}

.image-12 {
  float: right;
  vertical-align: middle;
  width: 25px;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.wrap-beneficios {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.section-beneficios {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
}

.colum-bene {
  margin-top: 150px;
  margin-left: 90px;
}

.paragraph-15 {
  color: var(--azul-movil);
  max-width: 614px;
  margin-left: 10px;
  font-family: Titilliumweb, sans-serif;
  font-size: 34px;
  line-height: 120%;
}

.div-block-31-copydiv-bene {
  clear: both;
  max-width: 434px;
}

.main-analisis {
  overflow: visible;
}

.animacion-balanceo {
  background-image: url('../images/tae03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 615px;
  height: 470px;
  margin-top: 244px;
}

.colum-bene-dos {
  margin-top: 150px;
  margin-left: 90px;
  margin-right: 90px;
  padding-left: 0;
}

.heading-12 {
  text-transform: none;
  font-weight: 600;
}

.div-block-35 {
  margin-top: 50px;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.column-7 {
  padding-left: 10px;
  padding-right: 0;
}

.column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.grid-9 {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: 105px 105px;
  grid-template-columns: 272px 272px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  width: 614px;
  margin-top: 150px;
  margin-left: 0;
  display: grid;
}

.text-block-8 {
  width: 181px;
  font-family: Titilliumweb, sans-serif;
}

.text-block-9 {
  float: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  font-family: Titilliumweb, sans-serif;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.div-block-36 {
  float: right;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 181px;
  margin-left: 20px;
  display: flex;
}

.div-block-37 {
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue-text);
  border-radius: 1000px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 5px;
  display: flex;
}

.image-13 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.conten-icons-benef-3, .conten-icons-benef-4 {
  margin-top: 100px;
}

.img-ben-4 {
  float: right;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 181px;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
}

.section-3 {
  background-color: var(--blue-footer);
  background-image: url('../images/textura-socios.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: visible;
}

.container-6 {
  max-width: 1440px;
  padding-left: 141px;
  padding-right: 0;
}

.wrapper-procesos-vibra {
  height: 100%;
  margin-top: 201px;
  margin-left: 0;
  margin-right: 0;
}

.heading-13 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 50px;
}

.h-panel-1 {
  color: var(--white);
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Titilliumweb, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-14-2 {
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 524px;
  font-family: Titilliumweb, sans-serif;
  font-size: 34px;
  line-height: 120%;
  display: flex;
}

.text-analisis {
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 524px;
  margin-bottom: 30px;
  font-family: "Roboto 0", sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.column-11 {
  padding-left: 0;
  padding-right: 0;
}

.image-14 {
  box-sizing: border-box;
  object-fit: none;
}

.image-15 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: inline-block;
  overflow: visible;
}

.div-block-38 {
  z-index: 1;
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 71px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 85px;
  display: flex;
}

.section-height {
  width: 100%;
  height: 200vh;
  padding-bottom: 100vh;
  overflow: visible;
}

.sticky-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--naranja);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  background-color: #d32121;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.track-flex-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  height: 100%;
  margin-right: -100vw;
  padding-left: 10px;
  display: block;
}

.track-flex-2, .track-flex-3, .track-flex-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 50vw;
  height: 100%;
  margin-right: 50px;
  display: block;
}

.section-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section-height-2 {
  width: 100%;
  height: 400vh;
}

.sticky-element-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.track-1 {
  flex: none;
  height: 100%;
  overflow: hidden;
  transform: translate(0%);
}

.track-flex-uno {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: visible;
}

.panel-1 {
  flex: none;
  margin-right: 50vh;
  padding-right: 0;
}

.panel-2, .panel-3, .panel-4 {
  flex: none;
  margin-right: 50px;
}

.section-4 {
  background-color: var(--blue-footer);
}

.h-panel-2, .h-panel-3, .h-panel-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Titilliumweb, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-panel-4, .text-panel-3, .text-panel-2 {
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 524px;
  margin-bottom: 30px;
  font-family: "Roboto 0", sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.container-7 {
  max-width: 1440px;
  padding-left: 141px;
}

.column-13, .column-14, .column-15, .column-16 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-39 {
  width: 600px;
}

.div-block-40, .div-block-41, .div-block-42, .div-block-43 {
  max-width: 615px;
}

.panel-33 {
  flex: none;
  margin-right: 50px;
}

.text-panel-33 {
  color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 524px;
  margin-bottom: 30px;
  font-family: "Roboto 0", sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.h-panel-33 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Titilliumweb, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.image-16 {
  padding-top: 0;
}

.image-17, .image-18, .image-19 {
  padding-top: 50px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.container-8 {
  max-width: 1440px;
  padding-left: 141px;
}

.div-block-45, .div-block-46 {
  margin-top: 50px;
}

.section-5 {
  background-color: var(--naranja);
  width: 100vw;
  height: 100vh;
}

.height {
  background-color: var(--blue-footer);
  height: 200vh;
  position: relative;
  overflow: hidden;
}

.sticky {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.flex-offset {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: -100vw;
  display: flex;
  overflow: visible;
}

.full-page {
  justify-content: center;
  height: 100vh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  border: 5px solid var(--naranja);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-14 {
  color: #fff;
}

.horizontal-wrapp {
  padding-bottom: 100vh;
}

.section-6 {
  background-color: var(--black);
  height: 100vh;
}

.section-7 {
  background-color: var(--naranja);
  height: 100vh;
}

.scrool {
  height: 400vw;
  display: flex;
}

.camera {
  flex: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.item {
  background-color: var(--blue-text);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 100vw;
  display: flex;
}

.section-8 {
  background-color: #c98080;
}

.track--2 {
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 1000vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
  overflow: visible;
}

.camera-2 {
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  margin-left: 0;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.items {
  height: 100%;
  display: flex;
}

.frame-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.itemss-1 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-right: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.itemss-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(171, 185, 197, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-4 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.wrapper-procesos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: 0;
  display: flex;
}

.text-wrapper {
  flex: 0 auto;
  max-width: 600px;
  height: 457px;
  margin-right: 0;
}

.div-block-47 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--naranja);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20px;
  font-family: Titilliumweb, sans-serif;
  display: block;
}

.text-vibracion {
  color: rgba(255, 255, 255, .3);
  display: block;
}

.div-block-48 {
  width: 615px;
  max-width: 615px;
  margin-top: 50px;
}

.heading-15 {
  text-transform: none;
}

.heading-16 {
  color: var(--white);
  font-family: Titilliumweb, sans-serif;
  font-size: 32px;
}

.div-block-49 {
  color: var(--white);
  margin-top: 30px;
  font-family: "Roboto 0", sans-serif;
  font-size: 22px;
}

.div-block-50 {
  margin-top: 50px;
}

.div-block-51 {
  background-color: var(--naranja);
  width: 70px;
  height: 2px;
  margin-top: 30px;
}

.container-9 {
  width: 100vw;
  max-width: 1440px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.paragraph-16 {
  font-size: 22px;
  line-height: 120%;
}

.paragraph-17 {
  opacity: 1;
  width: 525px;
  line-height: 120%;
}

.wrapper-text-process-22, .wrapper-text-process-3, .wrapper-text-process-4 {
  width: 634px;
  max-width: 600px;
}

.track-us {
  z-index: 1;
  height: 150vh;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.camera-us {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/equipo-nack.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-us {
  height: 100%;
  display: flex;
}

.items-us {
  opacity: 1;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-20 {
  object-fit: cover;
}

.container-vibracion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.track--final {
  z-index: 1;
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.div-block-52 {
  position: -webkit-sticky;
  position: sticky;
}

.bold-span {
  font-weight: 600;
}

.feat-1 {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-feauters-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.counters-wrap {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  height: 10vh;
  display: flex;
}

.counter-num-1 {
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.my-container {
  padding: 10em;
  position: relative;
}

.my-container.no-bot-pad {
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 0;
}

.num-touch {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

.feat-2 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-track {
  flex: 1;
  height: 580vh;
  position: relative;
  overflow: visible;
}

.counter-num-2 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.counter-fill-1 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-basic {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.info-basic.enlarge {
  color: var(--white);
  font-family: "Roboto 0", sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.counter-fill-3 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-num-3 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.feat-cont-holder {
  align-items: center;
  height: 60vh;
  position: relative;
  overflow: visible;
}

.feat-line {
  display: none;
}

.img-feature {
  object-fit: cover;
}

.counter-line {
  background-color: #9ea0a8;
  height: .25em;
  position: relative;
  overflow: hidden;
}

.grid-cell {
  padding: 5em 0;
}

.img-feature-wrap {
  width: 615px;
  padding: 0;
}

.counter-fill-2 {
  transform-origin: 0%;
  background-color: #000;
  width: 100%;
  height: .25em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-component {
  flex: 1;
  margin-left: .6em;
  margin-right: .6em;
  text-decoration: none;
}

.feat-3, .feat-4 {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-num-4 {
  color: #9ea0a8;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6;
}

.body-2 {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.div-block-53 {
  overflow: hidden;
}

.div-block-54 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.itemss-11 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-wrapper-2, .text-wrapperr-3, .text-wrapper--4 {
  flex: 0 auto;
  max-width: 600px;
  height: 457px;
  margin-right: 0;
}

.wrapper-procesos-1, .wrapper-procesos-2 {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1250px;
  margin-top: 200px;
  margin-left: 0;
  display: flex;
}

.wrapper-procesos-3, .wrapper-procesos-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1250px;
  margin-top: 200px;
  margin-left: 0;
  display: flex;
}

.counter-component-progress {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--naranja);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Titilliumweb, sans-serif;
  display: flex;
}

.bar-1 {
  background-color: rgba(255, 255, 255, .3);
  width: 142px;
  height: 2px;
}

.counter-component-progress-1, .counter-component-progress-2, .counter-component-progress-3, .counter-component-progress-4 {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--naranja);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: Titilliumweb, sans-serif;
  display: flex;
}

.bar-2, .bar-3, .bar-4 {
  background-color: rgba(255, 255, 255, .3);
  width: 142px;
  height: 2px;
}

.progress-1, .progress-2, .progress-3, .progress-4 {
  background-color: var(--naranja);
  width: 100%;
  height: 2px;
}

.bar-22, .bar-44, .bar-33 {
  background-color: rgba(255, 255, 255, .3);
  width: 142px;
  height: 2px;
}

.dropdown-list {
  height: 579px;
}

.dropdown-list.w--open {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #f6f6f7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list-2 {
  height: auto;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f6f7;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.wrapper-menu-01 {
  float: left;
  flex: 0 auto;
  width: 300px;
}

.div-block-56 {
  width: 350px;
  padding-right: 0;
}

.div-block-57, .div-block-58, .div-block-59, .div-block-60 {
  width: 500px;
}

.div-block-text {
  float: right;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 181px;
  margin-left: 20px;
  display: flex;
}

.columns-6 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-61 {
  opacity: 1;
  width: 100%;
  height: 0;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.div-block-62, .div-block-63, .div-block-64 {
  width: 100%;
  height: 0;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.wrap-ser-img-2, .wrap-ser-img-3, .wrap-ser-img-4 {
  background-color: var(--color);
  border-radius: 10px;
  width: 91px;
  height: 91px;
  margin-left: 90px;
}

.wrapper-analisis {
  border: 1px none var(--blue-text);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-bottom: 35px;
  display: block;
  position: relative;
}

.wrapper-balanceo {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-bottom: 35px;
  display: block;
  position: relative;
}

.wrapper-alineacion, .wrapper-mecanalisis {
  border: 1px #000;
  width: 90%;
  padding-bottom: 35px;
  position: relative;
}

.image-21 {
  margin-top: 0;
}

.line-4, .line-3 {
  background-color: var(--blue-text);
  color: var(--blue-text);
  width: 796px;
  height: 1px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  display: none;
}

.container-11 {
  width: 100%;
  max-width: 1200px;
}

.container-12 {
  max-width: 1200px;
}

.wrapper-aviso {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
  display: flex;
}

.heading-19 {
  text-align: center;
  text-transform: capitalize;
}

.paragraph-19 {
  font-family: "Roboto 0", sans-serif;
  font-size: 18px;
}

.div-block-72 {
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.link-8 {
  text-align: center;
}

.link-8.w--current {
  color: var(--blue-text);
  margin-left: 10px;
  font-family: Titilliumweb, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.div-block-73 {
  margin-top: 111px;
  display: flex;
}

.link-block {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.image-22 {
  margin-right: 10px;
}

.image-23 {
  width: 433px;
}

.div-block-76 {
  width: auto;
}

.dropdown-link {
  color: var(--naranja);
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
}

.div-block-77, .div-block-78 {
  width: 350px;
}

.text-block-12 {
  color: var(--blue-text);
  margin-top: 12px;
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-analisis-menu, .link-balanceo-menu-03, .link-balanceo-menu-02 {
  margin-right: 47px;
}

.nav-link, .text-block-13, .nav-link-2, .nav-link-3 {
  color: var(--blue-text);
}

.text-block-14 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-79 {
  clear: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.wrapper-menu {
  clear: none;
  flex: 0 auto;
  display: flex;
}

.text-block-15 {
  clear: left;
  text-transform: uppercase;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-80 {
  margin-top: 100px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.wrap-hero-balanceo {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url('../images/cover_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.animacion-analisis {
  background-image: url('../images/tae02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 615px;
  height: 470px;
  margin-top: 244px;
}

.wrap-balanceo {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.track-proceso-balaceo {
  z-index: 1;
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.itemss-5 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-6 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-preparacion, .text-inspeccion, .text-medicion, .text-balanceo, .text-balanceo-4, .text-verificacion {
  color: var(--naranja);
  display: block;
}

.itemss-66 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-reporte {
  color: var(--naranja);
  display: block;
}

.wrap-hero-alineaciones {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url('../images/cover_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: -webkit-sticky;
  position: sticky;
}

.wrap-alineaciones {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.track--final-alineacion {
  z-index: 1;
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.wrap-hero-mecanalisis {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover_3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.wrap-mecanalisis {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.track--final-mecanalisis {
  z-index: 1;
  background-color: var(--blue-footer);
  background-image: url('../images/back-proceso.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.text-meca-01 {
  color: var(--naranja);
  display: block;
}

.wrap-hero-productos {
  z-index: 1;
  aspect-ratio: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url('../images/cover_4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: -webkit-sticky;
  position: sticky;
}

.wrap-productos {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.paragraph-20 {
  text-align: center;
  width: 100%;
  max-width: 614px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto 0", sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.column-18 {
  background-image: url('../images/tae-cover.webp');
  background-position: 100%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
}

.menu {
  z-index: 2;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-14 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.link-block-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-menu {
  padding: 20px;
  position: relative;
}

.nav-link-menu {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  text-decoration: none;
  position: relative;
}

.text-block-16 {
  font-weight: 600;
  text-decoration: none;
}

.wrap-nav-menu {
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-81 {
  width: 1200px;
  position: fixed;
}

.dropdown-toggle {
  height: 100%;
  display: flex;
}

.div-block-82, .image-24 {
  padding-top: 20px;
}

.navbar-2 {
  z-index: 200;
  background-color: var(--trasparente);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  height: 90px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-15 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 1440px;
  max-width: 100%;
  margin: 10px auto auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-movil {
  color: var(--blue-text);
  padding-right: 0;
  font-family: "Roboto 0", sans-serif;
  display: flex;
}

.nav-link-4 {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-4.w--current {
  color: var(--naranja);
  padding-top: 20px;
  font-family: Titilliumweb, sans-serif;
  font-weight: 600;
}

.nav-link-5 {
  color: var(--blue-text);
  font-size: 12px;
}

.nav-link-5.w--current {
  color: var(--naranja);
  font-family: Titilliumweb, sans-serif;
  font-weight: 600;
}

.nav-link-6 {
  color: var(--blue-text);
}

.image-25 {
  padding-top: 20px;
  display: inline-block;
}

.text-block-17 {
  color: var(--blue-text);
}

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

.div-block-83 {
  grid-column-gap: 0px;
  grid-row-gap: 65px;
  color: #fff;
  background-color: #f6f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  width: auto;
  max-width: 100%;
  height: 50%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-link-wrap {
  opacity: 1;
  text-align: center;
  border: 3px #3e6d79;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0 0;
  padding: 10px 0 0;
  text-decoration: none;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.dropdown-link-wrap:hover {
  background-color: var(--trasparente);
  opacity: 1;
}

.dropdown-link-icon {
  background-color: var(--black);
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-link-icon:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.dropdown-link-2 {
  color: var(--blue-text);
  letter-spacing: .4px;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 31px;
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.dropdown-link-2:hover {
  color: var(--naranja);
  border: 1px #000;
  font-family: Titilliumweb, sans-serif;
}

.text-block-18 {
  color: var(--blue-text);
  text-transform: uppercase;
  margin-top: -50px;
  margin-left: 0;
}

.text-productos-home {
  color: var(--white);
  text-align: center;
  max-width: 796px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Titilliumweb, sans-serif;
  font-size: 30px;
  line-height: 120%;
  display: block;
}

.div-block-84 {
  z-index: 0;
  float: left;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-frame {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid-mantenimiento-02 {
  background-image: url('../images/02-mantenimiento.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: 230px;
}

.grid-mantenimiento-03 {
  background-image: url('../images/03-mantenimiento.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: 230px;
}

.grid-mantenimiento-04 {
  background-image: url('../images/04-mantenimiento.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: 230px;
}

.image-26 {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.div-block-86 {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-right: 50px;
  display: flex;
}

.heading-20 {
  width: 100%;
  max-width: 343px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-21 {
  width: 100%;
  max-width: 343px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Roboto 0", sans-serif;
  font-size: 16px;
}

.div-block-87 {
  float: none;
  clear: none;
  margin-left: 20px;
}

.hero-icon-section-balanceo {
  float: left;
  background-color: var(--blue-text);
  background-image: url('../images/balanceo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.scroll-track-01 {
  z-index: 1;
  flex: 1;
  height: 700vh;
  position: relative;
  overflow: visible;
}

.div-vibracion-01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.itemss-11-01 {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-2-02 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-3-03 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(171, 185, 197, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-4-04 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-vibracion-01, .text-vibracion-02, .text-vibracion-03, .text-vibracion-04 {
  color: var(--naranja);
  display: block;
}

.container-balanceo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.scroll-track-02 {
  flex: 1;
  height: 680vh;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.div-bakabceo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.frame-3 {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.itemss-1-balanceo {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-2-balanceo {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-3-balanceo {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(171, 185, 197, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-4-balanceo, .itemss-5-balanceo, .itemss-6-balanceo {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.grid-bene-balanceo {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: 105px 105px;
  grid-template-columns: 272px 272px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  width: 614px;
  margin-top: 150px;
  margin-left: 0;
  display: grid;
}

.conten-icons-benef-balanceo-3, .conten-icons-benef-balanceo-4 {
  margin-top: 100px;
}

.icono-balanceo-1, .icono-balanceo-2, .icono-balanceo-3, .icono-balanceo-4 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.counter-component-progress-1-balanceo, .counter-component-progress-2-copy, .counter-component-progress-2-balanceo, .counter-component-progress-3-balanceo, .counter-component-progress-4--balanceo, .counter-component-progress-4-balanceo, .counter-component-progress-4-copy {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--naranja);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: Titilliumweb, sans-serif;
  display: flex;
}

.hero-icon-section-alineacion {
  float: left;
  background-color: var(--blue-text);
  background-image: url('../images/alineacion.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.div-block-37-copy {
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue-text);
  border-radius: 1000px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.grid-beneficios-alineacion {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: 105px 105px;
  grid-template-columns: 272px 272px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin-top: 150px;
  margin-left: 0;
  display: grid;
}

.div-benef-alineacion-1, .div-benef-alineacion-2, .div-benef-alineacion-3, .div-benef-alineacion-4 {
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue-text);
  border-radius: 1000px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.container-alineacion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.scroll-track-alineacion {
  flex: 1;
  height: 580vh;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.div-alineacion {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.frame-2-copy, .frame-4 {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.itemss-1-alineacion {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-2-alineacion {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-3-alineacion {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(171, 185, 197, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-4-alineacion {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-alineacion-2, .text-alineacion-1, .text-alineacion-3, .text-alineacion {
  color: var(--naranja);
  display: block;
}

.itemss-5-alineacion {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-alineacion-5 {
  color: var(--naranja);
  display: block;
}

.container-mecanalisis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.grid-mecanalisis {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: 105px 105px auto;
  grid-template-columns: 272px 272px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  width: 614px;
  margin-top: 150px;
  margin-left: 0;
  display: grid;
}

.conten-icons-benef--mecanalisis-3, .conten-icons-bene-mecanalisis-4, .conten-icons-bene-mecanalisis-5 {
  margin-top: 100px;
}

.div-mecanalisis {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.frame-mecanalisis {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.itemss-1-mecanalisis {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-2-mecanalisis {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(255, 102, 0, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-3-mecanalisis {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: rgba(171, 185, 197, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.itemss-4-mecanalisis, .itemss-5-mecanalisis {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: var(--blue-footer);
  background-color: rgba(51, 51, 51, 0);
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-mecanalisis, .text-mecanalisis-4, .text-mecanalisis-5, .text-mecanalisis-2 {
  color: var(--naranja);
  display: block;
}

.hero-icon-section-nuestrosproductos {
  float: left;
  background-color: var(--blue-text);
  background-image: url('../images/productos-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.div-block-88 {
  overflow: visible;
}

.body-3 {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.wrap-digivibe-mx-m30 {
  z-index: 1;
  background-color: var(--blue-text);
  background-image: url('../images/bg-productos.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
}

.container-16 {
  max-width: 1440px;
  height: 859px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-89 {
  width: 100vw;
  height: 85px;
  display: flex;
}

.wrap-columnas-productos {
  justify-content: center;
  align-items: center;
  height: 859px;
  margin-top: 0;
  display: flex;
}

.img-productos {
  z-index: auto;
  flex: 0 auto;
  width: 100%;
  height: 90%;
  position: static;
}

.image-1-digivibe-mx-m30 {
  z-index: 1;
  opacity: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-digivibe {
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.heading-21 {
  color: var(--white);
  width: 252px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .5s;
}

.heading-21:hover {
  color: var(--naranja);
  font-weight: 600;
}

.line-prductos {
  background-color: var(--naranja);
  width: 342px;
  height: .5px;
}

.div-phantom, .div-elwiser3x {
  justify-content: flex-start;
  align-items: center;
  height: 123px;
  display: flex;
}

.column-19 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.columns-8 {
  flex: 1;
  align-self: center;
}

.section-10 {
  z-index: 1;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.container-17 {
  max-width: 1200px;
}

.div-producto-1 {
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-producto-1 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-productos {
  max-width: none;
  max-height: none;
}

.columna-producto-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-img-1 {
  clear: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-logo-01 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: block;
}

.div-block-90 {
  clear: right;
  flex: 1;
}

.div-block-91 {
  background-color: var(--azul-movil);
  width: 100%;
  max-width: 755px;
}

.columna-producto-2 {
  background-color: var(--blue-footer);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pat-tae.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 100%;
}

.image-28 {
  clear: left;
  width: 472px;
}

.div-text-productos {
  width: 100%;
  max-width: 524px;
  height: 100%;
  max-height: 560px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.h3-digivibe {
  margin-bottom: 62px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.text-block-19 {
  color: var(--naranja);
  font-family: Titilliumweb, sans-serif;
  font-size: 20px;
}

.div-descripcion {
  margin-bottom: 25px;
}

.paragraph-22 {
  color: var(--white);
  font-family: "Roboto 0", sans-serif;
}

.div-descripcion-tecnicas {
  margin-top: 50px;
  margin-bottom: 25px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 252px 252px;
}

.list-item-4 {
  color: var(--white);
}

.list {
  color: var(--white);
  font-family: "Roboto 0", sans-serif;
}

.list-1 {
  color: var(--white);
  margin-top: 0;
  margin-left: 10px;
  padding-left: 0;
  font-family: "Roboto 0", sans-serif;
}

.list-2 {
  margin-left: 10px;
}

.link-block-4 {
  float: right;
  color: var(--white);
  margin-top: 40px;
  font-family: "Roboto 0", sans-serif;
  text-decoration: none;
}

.link-block-4:hover {
  color: var(--naranja);
}

.text-block-20 {
  float: left;
  width: 120px;
  display: block;
}

.image-29 {
  float: right;
}

.image-30 {
  clear: right;
  flex: 0 auto;
}

.div-block-92 {
  clear: left;
}

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

.div-block-93 {
  float: right;
}

.cierre {
  float: right;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}

.wrapper-producto-2 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-productos-02 {
  max-width: none;
  max-height: none;
}

.div-producto-2 {
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columna-producto-1-copy, .columna-producto-2-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.columna-producto-2-2 {
  background-color: var(--blue-footer);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pat-tae.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 100%;
}

.div-text-producto-elwiser3x {
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 560px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-img-2 {
  clear: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Roboto 0", sans-serif;
}

.link-elwiser3x {
  float: right;
  color: var(--white);
  margin-top: 40px;
  font-family: "Roboto 0", sans-serif;
  text-decoration: none;
}

.link-elwiser3x:hover {
  color: var(--naranja);
}

.cierre-2 {
  float: right;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}

.wrapper-producto-3 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-productos-03 {
  max-width: none;
  max-height: none;
}

.div-producto-3 {
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-img-3 {
  clear: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  margin-top: 5px;
}

.div-block-94 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: "Roboto 0", sans-serif;
}

.list-item-9, .list-item-10 {
  margin-top: 5px;
}

.wrapper-producto-4 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-2 {
  position: static;
}

.brand-2.w--current {
  position: relative;
}

.div-block-95 {
  opacity: .9;
  background-color: #f6f6f7;
}

.brand-3 {
  padding-left: 50px;
}

.brand-3.w--current {
  padding-top: 0;
  padding-left: 0;
}

.div-block-96 {
  width: 180px;
  margin-top: 20px;
  position: relative;
}

.logo-colof {
  z-index: 2;
  opacity: 0;
  width: 181px;
  position: absolute;
}

.logo-blaco {
  z-index: 3;
  opacity: 1;
  position: absolute;
}

.div-block-97 {
  background-color: var(--color-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  overflow: visible;
}

.div-block-98 {
  background-color: var(--color-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: block;
}

.div-block-99 {
  z-index: 1;
  background-color: var(--color-2);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 90px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-blur {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .55);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-22 {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-22:hover {
  color: var(--blue-text);
  font-weight: 600;
}

.link-block-5 {
  text-decoration: none;
}

.columns-9 {
  margin-left: 0;
  margin-right: 0;
}

.section-11 {
  z-index: 1;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.div-block-100 {
  flex-flow: column;
  align-self: center;
  width: 100%;
  height: 0;
  display: flex;
  overflow: visible;
}

.div-block-101 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.div-grid-img-pro-1 {
  cursor: pointer;
  background-image: url('../images/01-digivibe.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  max-width: 311px;
  height: 420px;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.div-grid-img-pro-1:hover {
  background-image: url('../images/01-digivibe.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-102 {
  z-index: 1;
  flex-flow: column;
  align-self: center;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-img-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 136px;
  bottom: 69%;
  left: 0%;
  right: 0%;
}

.div-block-103 {
  z-index: 1;
  flex-flow: column;
  align-self: center;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-104, .div-block-105 {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-contacto {
  color: var(--blue-text);
  padding-right: 20px;
  font-size: 12px;
}

.dropdown-toggle-2 {
  font-size: 12px;
  position: static;
}

.dropdown-toggle-2.w--open {
  padding-right: 40px;
}

.div-block-106 {
  float: left;
  width: 100%;
}

.div-block-107 {
  float: right;
  width: 100%;
  max-width: 430px;
}

.div-block-108 {
  clear: none;
  align-self: center;
  width: 100%;
  height: 50%;
  margin-top: 130px;
  display: flex;
  position: relative;
}

.div-block-109 {
  float: left;
  width: 433px;
  margin-left: 0;
}

.div-block-110 {
  order: -1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  margin-right: 40px;
  display: flex;
}

.div-block-111 {
  float: right;
  flex: 0 auto;
}

.div-block-112 {
  clear: left;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-113, .div-block-114 {
  width: 100%;
}

.bg-blur-1 {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .5);
  width: 100vw;
  height: 100vh;
  margin-top: 65px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-balanceo {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-balanceo:hover {
  color: var(--blue-text);
  font-weight: 600;
}

.div-menu-img-2 {
  background-image: url('../images/menu-02-balanceo.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 228px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-menu-img-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/menu-02-balanceo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-menu-balanceo {
  flex: 1;
  margin-right: 20px;
  text-decoration: none;
}

.image-33 {
  opacity: 1;
  width: 20px;
  margin: 15px;
  display: inline-block;
  overflow: visible;
}

.div-menu-img-1 {
  background-image: url('../images/menu-01-analisis.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 228px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-menu-img-1:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/menu-01-analisis.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-menu-vibracion, .link-menu-alineacion {
  flex: 1;
  margin-right: 20px;
  text-decoration: none;
}

.text-block-alineacion {
  color: var(--blue-text);
  font-family: Titilliumweb, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-alineacion:hover {
  color: var(--blue-text);
  font-weight: 600;
}

.link-menu-mecanalisis {
  flex: 1;
  text-decoration: none;
}

.div-menu-img-4 {
  background-image: url('../images/menu-04-mecanalisis.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 228px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-menu-img-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/menu-04-mecanalisis.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-menu-img-3 {
  background-image: url('../images/menu-03-alineacion.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 228px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-menu-img-3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/menu-03-alineacion.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.camera-wrap-hero {
  width: 100vw;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-hero-01 {
  height: 100%;
  display: flex;
}

.div-block-115 {
  position: relative;
  top: 0;
}

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

.div-block-116 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-34 {
  object-fit: cover;
  background-image: url('../images/tae-cover.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: visible;
}

.div-block-117 {
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  width: 100vw;
  height: 100vh;
}

.div-block-118 {
  z-index: 1;
  opacity: .4;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.container-18 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-119 {
  background-color: var(--naranja);
  height: 100%;
}

.heading-23 {
  margin-top: 0;
  font-size: 50px;
  line-height: 120%;
}

.column-20, .column-21 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-122, .div-block-123, .div-block-124, .div-block-125 {
  z-index: 1;
  position: relative;
}

.mask-70 {
  z-index: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-gradient {
  z-index: auto;
  background-color: var(--trasparente);
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2-phantom, .image-3-elwiser3x, .image-1-digivibe-mx-m30-copy {
  width: 705px;
}

.div-block-126 {
  width: 705px;
  height: 448px;
  margin-left: 111px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-39 {
  z-index: 2;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-40 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-41 {
  z-index: 4;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-prductos-movil {
  background-color: var(--blue-text);
  background-image: url('../images/bg-productos.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: none;
}

.divservices-movil {
  width: 100%;
  margin-top: 156px;
  display: none;
}

.nav-link-servicios-movil {
  color: var(--blue-text);
}

.nav-link-servicios-movil.w--current {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.servicios-movil {
  display: none;
}

.nav-link-analisis-movil {
  color: var(--blue-text);
}

.nav-link-analisis-movil.w--current {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.nav-link-balanceo-movil {
  color: var(--blue-text);
}

.nav-link-balanceo-movil.w--current {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.nav-link-alineacion-movil {
  color: var(--blue-text);
}

.nav-link-alineacion-movil.w--current {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.nav-link-mecanalisis-movil {
  color: var(--blue-text);
}

.nav-link-mecanalisis-movil.w--current {
  color: var(--naranja);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.section-mecanalisis-movil, .section-balanceo-movil, .section-alineacion-movil, .section-mecanalisis-01-movil {
  display: none;
}

.track-hero-wrap-movil {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/cover-back.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.grid-reportes-de-tendencias {
  background-image: url('../images/04-mantenimiento.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  max-height: 230px;
}

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

.div-block-logo-1 {
  float: left;
  clear: none;
  width: 130px;
  max-width: 100%;
  height: 69px;
  margin-bottom: 50px;
  margin-right: 67px;
}

.div-block-149 {
  margin-top: 263px;
}

.div-block-150 {
  width: 100%;
  display: block;
}

.div-block-151 {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Titilliumweb, sans-serif;
  display: block;
}

.div-block-152 {
  background-color: var(--naranja);
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 61px;
  height: 1px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-bar {
  background-color: var(--naranja);
  align-self: auto;
  width: 61px;
  height: 1px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-bar-3 {
  background-color: var(--naranja);
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 61px;
  height: 1px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-153 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

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

.link-block-6 {
  z-index: 999;
  float: none;
  margin-bottom: 20px;
  margin-right: 25px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-12 {
  z-index: 1;
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 200px;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-156 {
  display: block;
}

.link-analisis {
  width: 100%;
  text-decoration: none;
  display: block;
}

.link-balanceo, .link-alineacion, .link-mecanalisis {
  width: 100%;
  text-decoration: none;
}

.div-block-157 {
  background-color: var(--blue-text);
  width: 100%;
  max-width: 796px;
  height: .5px;
  margin-top: 35px;
  margin-left: 90px;
}

.image-50 {
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.div-block-158 {
  text-align: center;
  align-self: center;
}

.div-block-159, .div-block-160, .div-block-161 {
  align-self: center;
}

.div-block-162 {
  margin-bottom: 200px;
}

.body-4 {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.image-51 {
  width: 25px;
  overflow: visible;
}

.div-block-163 {
  width: 25px;
}

.div-block-164 {
  width: 614px;
  margin-left: 0;
}

.contacto {
  z-index: 100;
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  position: relative;
}

.div-block-165 {
  margin-left: 0;
}

.columnas-balanceo, .clomuna-alineacion {
  margin-left: 0;
  margin-right: 0;
}

.animacion-alineacion {
  background-image: url('../images/tae04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 615px;
  height: 470px;
  margin-top: 244px;
}

.columns-10 {
  margin-left: 0;
  margin-right: 0;
}

.imagen-nosotros {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 100px;
}

.imagen-balanceo, .imagen-analisis, .imagen-alineacion, .imagen-mecanalisis, .imagen-nuestrosproductos {
  z-index: 1;
  background-color: var(--white);
  margin-top: 0;
  padding-top: 100px;
  position: -webkit-sticky;
  position: sticky;
}

.animacion-mecanalisis {
  background-image: url('../images/tae05.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 615px;
  height: 470px;
  margin-top: 244px;
}

.video-movil {
  width: 796px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.textura-movil, .paragraph-23 {
  display: none;
}

.logo-blanco-naranja {
  opacity: 0;
  position: absolute;
}

.wrapper-producto-movil-1 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-182, .div-block-184 {
  display: none;
}

.div-block-185 {
  flex: 1;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  max-width: 1340px;
  display: block;
}

.div-block-186 {
  clear: none;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-23 {
  clear: none;
  color: var(--blue-text);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Titilliumweb, sans-serif;
  font-size: 12px;
}

.div-block-187 {
  clear: left;
  width: 100%;
  margin-top: 60px;
  display: block;
}

.body-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-logo-1-copy {
  float: left;
  clear: none;
  width: 130px;
  max-width: 100%;
  height: 69px;
  margin-bottom: 50px;
  margin-right: 67px;
}

.div-block-193 {
  display: none;
}

.cierre-divi {
  float: right;
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
}

.open {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container-prefe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: ". . . Area-4 Area-4 Area-4"
                         "Area-3 Area-3 Area-3 . . ."
                         "Area-3 Area-3 Area-3 . . .";
  }

  .image-3 {
    width: 100%;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .container-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    margin-left: 0;
  }

  .paragraph-5 {
    margin-left: 60px;
  }

  .wrap-ser-img-1 {
    margin-left: 0;
  }

  .heading-6 {
    line-height: 100%;
  }

  .div-block-11 {
    margin-top: 100px;
  }

  .div-block-13 {
    width: 100%;
  }

  .container-mant {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-nueproductos {
    margin-top: 100px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2 . Area-4"
                   ". . . ."
                   / 2.5fr 2.5fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    display: grid;
  }

  .div-grid-img-pro-2, .div-grid-img-pro-3, .div-grid-img-pro-4 {
    height: 250px;
  }

  .mante-wrap {
    display: block;
    overflow: visible;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    width: 100%;
    margin-top: 0;
    padding: 100px 20px;
    display: block;
    overflow: hidden;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    max-width: 768%;
    margin-bottom: 60px;
    display: block;
  }

  .tae-vibra-azul {
    flex: 1;
    width: 100%;
    display: block;
  }

  .paragraph-9 {
    flex: 1;
    width: 100%;
  }

  .h3-mantenimiento {
    flex: none;
    width: 100%;
  }

  .column-2 {
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .grid-5 {
    grid-column-gap: 30px;
  }

  .column-3 {
    flex: none;
    order: 1;
    align-self: flex-end;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-12 {
    margin-top: 0;
  }

  .menu-footer {
    float: none;
    clear: none;
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 62px 62px 62px 62px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    display: grid;
  }

  .column-5 {
    clear: left;
  }

  .heading-10 {
    font-size: 70px;
  }

  .nosotros-img {
    width: 100%;
  }

  .text-nosotros {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-14 {
    max-width: 500px;
    font-size: 18px;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 60px;
  }

  .heading-11 {
    font-size: 38px;
  }

  .div-block-32 {
    margin-left: 0;
  }

  .wrap-beneficios {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .colum-bene {
    margin-left: 0;
  }

  .paragraph-15 {
    max-width: none;
    margin-left: 0;
    font-size: 30px;
  }

  .div-block-31-copydiv-bene {
    margin-top: 40px;
  }

  .animacion-balanceo {
    width: 100%;
    max-width: none;
    margin-top: 100px;
  }

  .colum-bene-dos {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-12 {
    font-size: 38px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-rows: 105px;
    grid-auto-flow: row;
    width: 300px;
    margin-top: 100px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .div-block-37 {
    width: 50px;
    height: 50px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .conten-icons-benef-3, .conten-icons-benef-4 {
    margin-top: 0;
  }

  .container-vibracion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track--final {
    overflow: hidden;
  }

  .feat-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 6em;
  }

  .feat-2 {
    z-index: 2;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .scroll-track {
    height: auto;
  }

  .info-basic {
    text-align: left;
  }

  .feat-cont-holder {
    height: auto;
  }

  .feat-line {
    background-color: #000;
    width: 6%;
    height: .3em;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .img-feature {
    object-fit: contain;
    width: 60%;
  }

  .grid-cell {
    padding: 1em;
  }

  .img-feature-wrap {
    justify-content: center;
    height: 40vh;
    display: flex;
  }

  .feat-3, .feat-4 {
    opacity: 1;
    grid-template-columns: 1fr;
    position: static;
  }

  .wrap-ser-img-2, .wrap-ser-img-3, .wrap-ser-img-4 {
    margin-left: 0;
  }

  .wrapper-analisis {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    z-index: 2;
    background-color: var(--blue-footer);
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading-17 {
    text-transform: capitalize;
    margin-bottom: 50px;
  }

  .wrapper-alineacion-movil {
    margin-bottom: 25px;
  }

  .heading-18 {
    float: none;
    width: 500px;
    margin-top: 0;
  }

  .text-block-11 {
    color: var(--naranja);
    font-family: "Roboto 0", sans-serif;
    font-size: 12px;
  }

  .div-block-67 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-68 {
    float: left;
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 20px;
    display: block;
  }

  .paragraph-18 {
    color: var(--white);
    width: 550px;
    height: 0;
    margin-bottom: 20px;
    font-family: "Roboto 0", sans-serif;
    overflow: hidden;
  }

  .wrapper-alineacion-movil-02, .wrapper-alineacion-movil-03, .wrapper-alineacion-movil-04 {
    margin-bottom: 25px;
  }

  .div-block-69 {
    padding-bottom: 100px;
  }

  .line-1 {
    background-color: var(--blue-text);
    width: 700px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrap-2 {
    display: block;
  }

  .div-block-70 {
    width: 20px;
  }

  .wrapper-proce-01 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .div-block-72 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-proce-02, .wrapper-proce-03, .wrapper-proce-04 {
    display: flex;
  }

  .div-block-75 {
    clear: none;
    width: 700px;
  }

  .animacion-analisis {
    width: 100%;
    max-width: none;
    margin-top: 100px;
  }

  .wrap-balanceo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .track-proceso-balaceo {
    z-index: 2;
    overflow: hidden;
  }

  .wrap-alineaciones {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track--final-alineacion {
    overflow: hidden;
  }

  .wrap-mecanalisis {
    padding-left: 30px;
    padding-right: 30px;
  }

  .track--final-mecanalisis {
    overflow: hidden;
  }

  .container-15 {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-83 {
    grid-row-gap: 0px;
    box-shadow: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 500px;
    position: relative;
    top: 0;
  }

  .dropdown-link-wrap {
    padding: 0 10px 10px;
  }

  .dropdown-link-icon {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .scroll-track-01 {
    height: auto;
  }

  .container-balanceo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-track-02 {
    height: auto;
  }

  .grid-bene-balanceo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-rows: 105px;
    grid-auto-flow: row;
    width: 300px;
    margin-top: 100px;
  }

  .conten-icons-benef-balanceo-3, .conten-icons-benef-balanceo-4 {
    margin-top: 0;
  }

  .div-block-37-copy {
    width: 50px;
    height: 50px;
  }

  .grid-beneficios-alineacion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-rows: 105px;
    grid-auto-flow: row;
    width: 300px;
    margin-top: 100px;
  }

  .div-benef-alineacion-1, .div-benef-alineacion-2, .div-benef-alineacion-3, .div-benef-alineacion-4 {
    width: 50px;
    height: 50px;
  }

  .container-alineacion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-track-alineacion {
    height: auto;
  }

  .container-mecanalisis {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-mecanalisis {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-rows: 105px;
    grid-auto-flow: row;
    width: 300px;
    margin-top: 100px;
  }

  .conten-icons-benef--mecanalisis-3, .conten-icons-bene-mecanalisis-4, .conten-icons-bene-mecanalisis-5 {
    margin-top: 0;
  }

  .wrapper-producto-1, .columna-producto-1 {
    display: none;
  }

  .div-text-productos {
    max-width: 600px;
    max-height: none;
    margin-top: 40px;
  }

  .h3-digivibe {
    margin-bottom: 40px;
  }

  .div-descripcion-tecnicas {
    margin-top: 0;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-auto-flow: row;
    align-content: center;
  }

  .link-block-4 {
    margin-top: 30px;
  }

  .cierre {
    margin-top: 0;
  }

  .wrapper-producto-2, .columna-producto-2-1 {
    display: none;
  }

  .div-text-producto-elwiser3x {
    max-width: 600px;
    margin-top: 40px;
  }

  .cierre-2 {
    margin-top: 100px;
  }

  .wrapper-producto-3 {
    display: none;
  }

  .div-producto-3 {
    height: 100vh;
    max-height: 100vh;
  }

  .wrapper-producto-4 {
    display: none;
  }

  .logo-colof {
    opacity: 1;
  }

  .logo-blaco {
    opacity: 0;
  }

  .div-grid-img-pro-1 {
    height: 250px;
  }

  .div-block-106 {
    clear: none;
    flex: 1;
  }

  .div-block-108 {
    flex-flow: column;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .div-block-113 {
    float: none;
    clear: none;
    display: block;
  }

  .div-block-114 {
    float: right;
    clear: left;
    margin-top: 40px;
  }

  .section-mecanalisis-movil {
    background-color: var(--blue-footer);
    display: block;
  }

  .wrapper-mecanalisis-1-movil, .wrapper-mecanalisis-2-movil, .wrapper-mecanalisis-3-movil {
    margin-bottom: 25px;
  }

  .div-block-138 {
    height: 0;
    overflow: hidden;
  }

  .section-balanceo-movil {
    z-index: 5;
    background-color: var(--blue-footer);
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-142, .div-block-143, .div-block-144 {
    width: 640px;
  }

  .section-alineacion-movil {
    z-index: 5;
    background-color: var(--blue-footer);
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .wrapper-procesos-movil-05, .wrapper-procesos-movil-06 {
    margin-bottom: 25px;
  }

  .section-mecanalisis-01-movil {
    z-index: 10;
    background-color: var(--blue-footer);
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .grid-14 {
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 450px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: stretch;
    justify-items: start;
    display: grid;
  }

  .div-block-logo-1 {
    float: left;
  }

  .div-block-149 {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-155 {
    float: none;
    clear: none;
    width: 100%;
  }

  .column-23 {
    padding-left: 0;
  }

  .link-analisis {
    overflow: visible;
  }

  .div-block-157 {
    margin-left: 0;
  }

  .div-block-162 {
    overflow: hidden;
  }

  .div-block-164 {
    padding-left: 0;
  }

  .div-block-165 {
    margin-left: 0;
  }

  .animacion-alineacion, .animacion-mecanalisis {
    width: 100%;
    max-width: none;
    margin-top: 100px;
  }

  .menu-blanco, .meu-azul {
    position: absolute;
  }

  .div-block-175 {
    width: 640px;
    display: block;
  }

  .div-block-176, .div-block-177 {
    width: 640px;
  }

  .div-block-180 {
    margin-top: 100px;
  }

  .image-52 {
    width: 300px;
    margin-left: 80px;
  }

  .div-block-182 {
    margin-left: 80px;
  }

  .div-block-184 {
    margin-top: 100px;
    margin-left: 0;
  }

  .body-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-logo-1-copy, .image-53 {
    float: left;
  }

  .image-54 {
    float: right;
    clear: right;
  }

  .div-block-188, .div-block-189 {
    margin-top: 0;
    margin-left: 80px;
  }

  .image-52-el {
    width: 300px;
  }

  .cierre-divi {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .feat-1, .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 4em 2em;
  }

  .feat-2 {
    opacity: 1;
    position: static;
  }

  .scroll-track, .feat-cont-holder {
    height: auto;
  }

  .img-feature {
    width: 50%;
  }

  .img-feature-wrap {
    height: 30vh;
    padding: 0;
  }

  .feat-3, .feat-4 {
    position: static;
  }

  .div-block-83 {
    width: 450px;
  }

  .scroll-track-01, .scroll-track-02, .scroll-track-alineacion {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .track-hero-wrap {
    display: none;
  }

  .productos-wrap {
    height: 1780px;
  }

  .footer {
    z-index: auto;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
  }

  .h1-conteiner-hero {
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .paragraph-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 15px;
    font-size: 18px;
  }

  .div-block-7 {
    flex: none;
    align-self: auto;
    height: 250px;
    margin-top: 0;
  }

  .container-prefe {
    margin-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 46px;
    grid-template: "Area-4 Area-4 Area-4 Area-4"
                   "Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3"
                   / 1fr;
    grid-auto-columns: auto;
    justify-content: start;
  }

  .image-3 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .paragraph-4 {
    width: 100%;
    max-width: 390px;
    font-size: 28px;
  }

  .div-block-10 {
    width: 100%;
    margin-left: 0;
  }

  .container-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    margin-left: auto;
    font-size: 48px;
  }

  .paragraph-5 {
    width: 100%;
    max-width: 390px;
    margin-left: 0;
    font-size: 18px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .wrap-ser-img-1 {
    float: left;
    width: 75px;
    height: 75px;
    margin-left: 0;
  }

  .wrap-serv-parr {
    float: none;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .heading-6 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 36px;
    line-height: 100%;
    display: flex;
  }

  .paragraph-6 {
    width: 100%;
  }

  .div-descubre {
    margin-top: 30px;
  }

  .div-block-11 {
    margin-top: 40px;
    display: none;
  }

  .div-block-13 {
    width: 100%;
    max-width: 315px;
    height: 439px;
    display: none;
  }

  .image-5 {
    opacity: 1;
    object-fit: cover;
    display: inline-block;
    overflow: clip;
  }

  .image-6 {
    overflow: clip;
  }

  .container-mant {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-producots {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 120%;
  }

  .image-7 {
    width: 100%;
    max-width: 240px;
    margin-top: 40px;
  }

  .paragraph-7 {
    color: var(--blue-footer);
    width: 100%;
    max-width: 390px;
    margin-top: 0;
    font-size: 24px;
  }

  .div-nueproductos {
    margin-top: 100px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .grid-4 {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-16 {
    margin-top: 70px;
  }

  .heading-9 {
    color: var(--naranja);
    text-align: left;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-8 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    max-width: 330px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .cta-servicios {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-19 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-grid-img-pro-2 {
    background-image: url('../images/02-phantom.webp');
    background-size: cover;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    max-width: 390px;
    height: 250px;
  }

  .div-grid-img-pro-2:hover {
    background-image: url('../images/02-phantom.webp');
    background-size: cover;
  }

  .div-grid-img-pro-3 {
    background-image: url('../images/03-elwiser3.webp');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    max-width: 390px;
    height: 250px;
  }

  .div-grid-img-pro-4 {
    background-image: url('../images/04-el1000.webp');
    background-position: 50%;
    background-size: cover;
    max-width: 390px;
    height: 250px;
  }

  .mante-wrap {
    z-index: 1;
    position: relative;
  }

  .container {
    width: 100%;
    max-width: 430px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    max-width: 390px;
    margin-bottom: 70px;
  }

  .paragraph-9 {
    max-width: 390px;
    font-size: 16px;
  }

  .h3-mantenimiento {
    font-size: 38px;
  }

  .column-2 {
    padding-left: 0;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 150px;
    flex-flow: wrap;
    flex: 1;
    grid-template-rows: 390px;
    grid-template-columns: repeat(auto-fit, 390px);
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .wrap-img-mante {
    flex: 0 auto;
    height: 100%;
    max-height: 300px;
    margin-bottom: 40px;
  }

  .grid-mantenimiento-01 {
    height: 170px;
    max-height: 100%;
  }

  .paragraph-11 {
    width: 390px;
    max-width: 100%;
    margin-top: 20px;
    font-size: 24px;
  }

  .column-3 {
    display: flex;
  }

  .wrap-carrusell-text {
    margin-bottom: 25px;
    font-size: 70px;
  }

  .wrap-hero-anilisis {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover-movil.webp');
  }

  .container-2 {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-23 {
    height: 286px;
  }

  .footer-conteiner {
    float: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .columns-3 {
    width: 320px;
    max-width: 100%;
    margin: 100px 0 60px;
  }

  .grid-6 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 400px;
    justify-content: stretch;
    width: 100%;
    max-width: 320px;
  }

  .paragraph-12 {
    clear: left;
    width: 100%;
    max-width: 390px;
    margin-top: 0;
    font-size: 24px;
  }

  .menu-footer {
    float: left;
    clear: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    justify-content: space-around;
    width: 100%;
    max-width: 390px;
    margin-left: 0;
  }

  .list-item, .list-item-2 {
    margin-bottom: 20px;
  }

  .list-item-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .link-6 {
    float: none;
    clear: none;
  }

  .link-7 {
    float: right;
    clear: none;
    max-width: 340px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-6 {
    float: left;
    clear: none;
    flex: 0 auto;
    width: 180px;
    margin-right: 0;
    display: block;
  }

  .div-block-24 {
    clear: left;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 390px;
    display: flex;
  }

  .column-5 {
    margin-top: 70px;
  }

  .column-6 {
    clear: left;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .main {
    width: 100vw;
  }

  .section-hero-nos {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    flex-flow: column;
    display: block;
    overflow: hidden;
  }

  .hero-text-nosotros {
    margin-top: 0;
    padding-top: 190px;
    position: static;
  }

  .heading-10 {
    font-size: 44px;
  }

  .nosotros-img {
    z-index: 4;
    background-image: url('../images/COVER-NOS-MOVIL.jpg');
    background-size: cover;
    width: 100%;
    max-width: 320px;
    height: 196px;
    margin-top: 80px;
    padding-top: 0;
  }

  .text-nosotros {
    width: 100%;
    max-width: 390px;
    margin-top: 170px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-13 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 600;
  }

  .grid-8 {
    grid-template-rows: 185px;
    grid-template-columns: 285px 285px 285px;
  }

  .contenedor-carrusel {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
  }

  .section-permi {
    height: auto;
  }

  .container-5 {
    height: auto;
    margin-bottom: 100px;
  }

  .paragraph-14 {
    max-width: 315px;
    font-size: 16px;
  }

  .div-block-29 {
    width: 430px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .heading-11 {
    font-size: 38px;
    line-height: 100%;
  }

  .hero-icon-section-analisis {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .div-block-32 {
    margin-left: 0;
  }

  .wrap-beneficios {
    padding-left: 20px;
    padding-right: 20px;
  }

  .colum-bene {
    margin-top: 100px;
    margin-left: 0;
  }

  .paragraph-15 {
    width: 100%;
    max-width: 320px;
    margin-left: 0;
    font-size: 28px;
  }

  .div-block-31-copydiv-bene {
    max-width: 100%;
    margin-left: 0;
  }

  .animacion-balanceo {
    height: 298px;
    margin-top: 70px;
  }

  .colum-bene-dos {
    margin-left: 0;
  }

  .heading-12 {
    font-size: 38px;
  }

  .column-7 {
    padding-left: 0;
  }

  .grid-9 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    width: 100%;
    margin-top: 70px;
    margin-left: 75px;
    display: grid;
  }

  .text-block-9 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: 21px;
  }

  .div-block-36 {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-left: 0;
  }

  .div-block-37 {
    width: 60px;
    height: 60px;
  }

  .image-13 {
    width: 36px;
  }

  .column-10 {
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }

  .conten-icons-benef-2, .conten-icons-benef-3, .conten-icons-benef-4 {
    margin-top: 40px;
  }

  .img-ben-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
  }

  .paragraph-14-2 {
    width: 100%;
    max-width: 320px;
    font-size: 28px;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .camera-us {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/equipo-back-movil.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .track--final {
    z-index: 2;
    background-attachment: scroll;
    overflow: hidden;
  }

  .feat-line {
    width: 10%;
    margin-bottom: 12px;
  }

  .img-feature {
    flex: none;
    width: 80%;
  }

  .grid-cell {
    padding-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .img-feature-wrap {
    height: 25vh;
  }

  .div-block-text {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-61, .div-block-62 {
    height: 0;
  }

  .wrap-ser-img-2, .wrap-ser-img-3, .wrap-ser-img-4 {
    float: left;
    width: 75px;
    height: 75px;
    margin-left: 0;
  }

  .wrapper-analisis {
    border-bottom-style: solid;
    border-bottom-width: .5px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .wrapper-balanceo, .wrapper-alineacion {
    border-bottom: .5px solid var(--blue-footer);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .wrapper-mecanalisis {
    border-style: none none solid;
    border-width: .5px;
    border-color: black var(--blue-footer) var(--blue-footer) black;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    z-index: 1;
    background-color: var(--blue-footer);
    background-image: url('../images/back-proceso.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 559px;
    background-attachment: fixed;
    padding-bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .container-11 {
    width: 100%;
    max-width: 430px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65 {
    width: 100%;
    margin-top: 100px;
  }

  .heading-17 {
    text-transform: capitalize;
    font-size: 38px;
  }

  .grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 120px 200px 200px 200px;
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
  }

  .div-block-66 {
    width: 100%;
    margin-top: 117px;
  }

  .wrapper-alineacion-movil {
    width: 100%;
    max-width: 430px;
  }

  .heading-18 {
    float: none;
    clear: none;
    color: var(--white);
    width: 100%;
    max-width: 261px;
    margin-top: 0;
    font-size: 28px;
    display: block;
  }

  .text-block-11 {
    color: var(--naranja);
    font-family: "Roboto 0", sans-serif;
    display: flex;
  }

  .div-block-67 {
    float: left;
    flex-flow: column;
    width: 90%;
    margin-left: 10px;
    display: block;
  }

  .div-block-68 {
    float: left;
    width: 14px;
    display: block;
  }

  .paragraph-18 {
    color: var(--white);
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto 0", sans-serif;
    font-size: 16px;
    line-height: 140%;
    display: block;
    overflow: visible;
  }

  .line-1-movil {
    background-color: var(--blue-text);
    width: 100%;
    max-width: 430px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper-alineacion-movil-02, .wrapper-alineacion-movil-03 {
    width: 100%;
    max-width: 430px;
    margin-top: 0;
  }

  .wrapper-alineacion-movil-04 {
    width: 100%;
    max-width: 430px;
    margin-top: 25px;
  }

  .div-block-69 {
    width: 100%;
    max-width: 430px;
  }

  .line-1 {
    background-color: var(--blue-text);
    width: 100%;
    height: 1px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-70 {
    float: right;
    clear: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .wrapper-proce-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 430px;
    margin-bottom: 25px;
    display: flex;
  }

  .heading-19 {
    font-size: 38px;
  }

  .paragraph-19 {
    font-size: 16px;
  }

  .div-block-72 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-74 {
    width: 320px;
    display: flex;
  }

  .wrapper-proce-02, .wrapper-proce-03, .wrapper-proce-04 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 430px;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-75 {
    width: 100%;
  }

  .wrap-hero-balanceo {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover-movil_3.webp');
  }

  .animacion-analisis {
    object-fit: scale-down;
    background-size: contain;
    height: 298px;
    margin-top: 70px;
  }

  .wrap-balanceo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track-proceso-balaceo {
    overflow: hidden;
  }

  .wrap-hero-alineaciones {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover-movil_4.webp');
  }

  .wrap-alineaciones {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track--final-alineacion {
    overflow: hidden;
  }

  .wrap-hero-mecanalisis {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover-movil_2.webp');
  }

  .wrap-mecanalisis {
    padding-left: 20px;
    padding-right: 20px;
  }

  .track--final-mecanalisis {
    overflow: hidden;
  }

  .wrap-hero-productos {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url('../images/cover-movil_1.webp');
  }

  .paragraph-20 {
    max-width: 390px;
    font-size: 16px;
  }

  .navbar-2 {
    z-index: 200;
    opacity: 1;
    font-family: Titilliumweb, sans-serif;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-15 {
    z-index: 5;
    width: 100%;
    max-width: 430px;
    height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    font-family: Titilliumweb, sans-serif;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-movil {
    background-color: var(--menu-movil);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white);
    width: 100vw;
    height: 100vh;
    padding-top: 10px;
    font-family: Titilliumweb, sans-serif;
  }

  .nav-link-4 {
    color: var(--white);
    margin-bottom: 10px;
    font-family: Titilliumweb, sans-serif;
    font-size: 26px;
    font-weight: 400;
    display: block;
  }

  .nav-link-5 {
    color: var(--white);
    margin-bottom: 10px;
    font-family: Titilliumweb, sans-serif;
    font-size: 26px;
  }

  .text-block-17 {
    color: var(--white);
  }

  .div-block-83 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-productos-home {
    width: 100%;
    max-width: 390px;
    margin-top: 40px;
    font-size: 22px;
  }

  .div-block-84 {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .grid-mantenimiento-02 {
    max-height: 170px;
  }

  .grid-mantenimiento-03 {
    object-fit: fill;
    background-position: 50%;
    background-repeat: repeat;
    max-width: none;
    max-height: 170px;
  }

  .grid-mantenimiento-04 {
    width: 100%;
    max-width: 390px;
    max-height: 170px;
  }

  .div-block-86 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    font-size: 24px;
  }

  .hero-icon-section-balanceo {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .grid-bene-balanceo {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    width: 100%;
    margin-top: 70px;
    margin-left: 40px;
    display: grid;
  }

  .conten-icons-benef-balanceo-2, .conten-icons-benef-balanceo-3, .conten-icons-benef-balanceo-4 {
    margin-top: 40px;
  }

  .icono-balanceo-1, .icono-balanceo-2, .icono-balanceo-3, .icono-balanceo-4 {
    width: 36px;
  }

  .hero-icon-section-alineacion {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .div-block-37-copy {
    width: 50px;
    height: 50px;
  }

  .grid-beneficios-alineacion {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    width: 100%;
    margin-top: 70px;
    margin-left: 40px;
    display: grid;
  }

  .div-benef-alineacion-1, .div-benef-alineacion-2, .div-benef-alineacion-3, .div-benef-alineacion-4 {
    width: 50px;
    height: 50px;
  }

  .grid-mecanalisis {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 105px;
    grid-template-columns: 272px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    width: 100%;
    margin-top: 70px;
    margin-left: 40px;
    display: grid;
  }

  .conten-icons-benef--mecanalisis-2, .conten-icons-benef--mecanalisis-3, .conten-icons-bene-mecanalisis-4 {
    margin-top: 40px;
  }

  .conten-icons-bene-mecanalisis-5 {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .hero-icon-section-nuestrosproductos {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .div-block-88 {
    font-size: 70px;
  }

  .wrap-digivibe-mx-m30 {
    display: none;
  }

  .container-16 {
    width: auto;
    max-width: 100%;
    height: 650px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .wrap-columnas-productos {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .image-1-digivibe-mx-m30 {
    width: 100%;
    max-width: 105px;
    margin-left: auto;
    position: static;
  }

  .wrap-columna-produc {
    flex: 0 auto;
    width: 390px;
    max-width: 100%;
  }

  .div-digivibe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 390px;
    height: 123px;
    display: flex;
  }

  .heading-21 {
    width: 100%;
    max-width: 225px;
    font-size: 24px;
  }

  .line-prductos {
    width: 390px;
    max-width: 100%;
  }

  .div-phantom {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 390px;
    display: flex;
  }

  .div-elwiser3x {
    width: 100%;
    max-width: 390px;
    display: flex;
  }

  .section-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .div-producto-1 {
    width: 100%;
    max-width: none;
    height: 100vh;
    max-height: none;
    padding-left: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .wrapper-producto-1 {
    z-index: 9999;
    width: 100%;
    display: none;
  }

  .container-productos {
    width: 100%;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .columna-producto-1 {
    flex: 1;
    display: block;
    overflow: hidden;
  }

  .columna-producto-2 {
    width: 100%;
    padding-top: 20px;
  }

  .div-text-productos {
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0 0 auto;
    padding: 0 20px 40px;
    display: block;
    overflow: visible;
  }

  .heading-22 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Titilliumweb, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .h3-digivibe {
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-19 {
    font-size: 18px;
  }

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

  .div-parrafo-01 {
    max-width: 100%;
  }

  .paragraph-22 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-descripcion-tecnicas {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .wrap-list {
    overflow: hidden;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 180px 180px;
  }

  .list-item-4, .list-1, .list-2 {
    font-size: 12px;
  }

  .link-block-4 {
    margin-top: 20px;
  }

  .cierre {
    flex: 0 auto;
    margin-top: 0;
    margin-right: 20px;
  }

  .wrapper-producto-2 {
    z-index: 9999;
    display: none;
  }

  .div-text-producto-elwiser3x {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .cierre-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .wrapper-producto-3, .wrapper-producto-4 {
    z-index: 9999;
    display: none;
  }

  .brand-3 {
    padding-left: 0;
  }

  .brand-3.w--current {
    padding-top: 10px;
    padding-left: 0;
  }

  .logo-colof {
    opacity: 1;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: clip;
  }

  .logo-blaco {
    opacity: 0;
    width: 100%;
    max-width: 210%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-grid-img-pro-1 {
    object-fit: contain;
    background-image: url('../images/01-digivibe.webp');
    background-position: 50%;
    background-size: cover;
    align-self: auto;
    max-width: 390px;
    height: 250px;
  }

  .div-grid-img-pro-1:hover {
    background-image: url('../images/01-digivibe.webp');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-102 {
    align-self: auto;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-img-1 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-103 {
    flex-flow: row;
    align-self: auto;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .div-block-104 {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-105 {
    height: 100%;
    margin-bottom: 0;
  }

  .nav-link-contacto {
    color: var(--white);
    font-family: Titilliumweb, sans-serif;
    font-size: 26px;
  }

  .dropdown-toggle-2 {
    color: var(--white);
    font-size: 26px;
    overflow: visible;
  }

  .div-block-106 {
    clear: none;
    flex: 1;
    display: block;
  }

  .div-block-107 {
    clear: left;
    max-width: 390px;
    height: 50%;
  }

  .div-block-108 {
    width: 100%;
    height: 500px;
    margin-top: 100px;
    display: block;
    position: static;
  }

  .div-block-109 {
    clear: left;
    width: 100%;
    max-width: 390px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-111 {
    float: none;
    clear: none;
    flex: none;
    order: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    max-width: 100%;
    margin-top: 30px;
    display: block;
  }

  .div-block-112 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 390px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-113 {
    clear: left;
    flex: 1;
    display: block;
  }

  .div-block-114 {
    float: left;
    clear: left;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .camera-wrap-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-116 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
  }

  .image-34 {
    float: right;
    object-fit: cover;
    background-image: url('../images/cover-movil-1.webp');
    background-position: 0%;
    background-size: auto;
    background-attachment: scroll;
    width: auto;
    max-width: none;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 44px;
    line-height: 120%;
  }

  .column-20, .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-120, .div-block-121 {
    font-size: 70px;
  }

  .menu-button {
    z-index: 10;
    width: 40px;
    height: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-block-122, .div-block-123 {
    align-self: auto;
  }

  .div-block-124 {
    align-self: flex-start;
  }

  .div-block-125 {
    align-self: auto;
  }

  .image-35, .image-36, .image-37 {
    max-width: none;
  }

  .image-38 {
    clear: none;
    flex: 0 auto;
    max-width: none;
  }

  .mask-gradient {
    opacity: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .25), #000);
    height: 100%;
  }

  .image-39 {
    float: right;
    opacity: 1;
    object-fit: fill;
    width: 100%;
    max-width: 105px;
    margin-left: auto;
    position: static;
  }

  .image-40 {
    float: right;
    opacity: 1;
    width: 100%;
    max-width: 105px;
    margin-left: auto;
    position: static;
  }

  .image-41 {
    opacity: 1;
    width: 100%;
    max-width: 105px;
    margin-left: auto;
    position: static;
  }

  .wrap-prductos-movil {
    z-index: 1;
    min-width: 320px;
    max-width: 440px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-127 {
    font-size: 70px;
  }

  .div-block-128 {
    width: 100%;
    max-width: 390px;
  }

  .div-block-129 {
    width: auto;
    max-width: none;
  }

  .div-block-130 {
    align-self: center;
    width: 100%;
    max-width: 320px;
  }

  .dropdown {
    opacity: 0;
    margin-bottom: 30px;
    display: none;
    overflow: visible;
  }

  .divservices-movil {
    margin-top: 40px;
    display: block;
  }

  .image-42 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .image-43 {
    order: 0;
    align-self: auto;
    margin-top: 20px;
    margin-bottom: auto;
    display: block;
  }

  .image-44 {
    float: right;
    margin: 0 auto;
    display: inline-block;
  }

  .image-45 {
    float: none;
    clear: none;
    margin-top: 0;
    display: block;
  }

  .icon-3 {
    color: var(--naranja);
    background-image: url('../images/meu.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .nav-link-servicios-movil {
    color: var(--white);
    margin-bottom: 10px;
    font-family: Titilliumweb, sans-serif;
    font-size: 26px;
  }

  .servicios-movil {
    display: block;
  }

  .nav-link-analisis-movil {
    color: var(--white);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
    font-family: Titilliumweb, sans-serif;
    font-size: 24px;
  }

  .nav-link-balanceo-movil, .nav-link-alineacion-movil, .nav-link-mecanalisis-movil {
    color: var(--white);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    font-family: Titilliumweb, sans-serif;
    font-size: 24px;
  }

  .div-block-131 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

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

  .image-46 {
    padding-left: 40px;
  }

  .div-block-133 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-47 {
    padding-left: 40px;
  }

  .div-block-134 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-48 {
    padding-left: 40px;
  }

  .section-mecanalisis-movil {
    background-color: var(--blue-footer);
    background-image: url('../images/back-proceso.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 559px;
    background-attachment: fixed;
    padding-bottom: 200px;
    display: block;
    overflow: hidden;
  }

  .wrapper-mecanalisis-1-movil {
    width: 100%;
    max-width: 430px;
  }

  .wrapper-mecanalisis-2-movil, .wrapper-mecanalisis-3-movil {
    width: 100%;
    max-width: 430px;
    margin-top: 0;
  }

  .wrapper-mecanalisis-4-movil, .wrapper-mecanalisis-5-movil {
    width: 100%;
    max-width: 430px;
    margin-top: 25px;
  }

  .div-block-135, .div-block-136, .div-block-137 {
    width: 100%;
  }

  .div-block-138 {
    width: 100%;
    height: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-139, .div-block-140, .div-block-141 {
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .section-balanceo-movil {
    z-index: 1;
    background-color: var(--blue-footer);
    background-image: url('../images/back-proceso.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 559px;
    background-attachment: scroll;
    padding-bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .div-block-142, .div-block-143, .div-block-144 {
    width: 100%;
  }

  .section-alineacion-movil {
    z-index: 1;
    background-color: var(--blue-footer);
    background-image: url('../images/back-proceso.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 559px;
    background-attachment: fixed;
    padding-bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .wrapper-procesos-movil-05, .wrapper-procesos-movil-06, .wrapper-procesos-movil-04-copy, .wrapper-alineacion-movil-5 {
    width: 100%;
    max-width: 430px;
    margin-top: 25px;
  }

  .section-mecanalisis-01-movil {
    z-index: 1;
    background-color: var(--blue-footer);
    background-image: url('../images/back-proceso.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 559px;
    background-attachment: scroll;
    padding-bottom: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .track-hero-wrap-movil {
    z-index: 1;
    width: 100%;
    height: 200vh;
    margin-top: 0;
    display: block;
  }

  .grid-reportes-de-tendencias {
    background-image: url('../images/proceso-02_2.webp');
    width: 100%;
    max-width: 390px;
    max-height: 170px;
  }

  .grid-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .div-block-logo-1 {
    margin-right: 40px;
  }

  .image-49 {
    z-index: -3;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-146 {
    position: fixed;
  }

  .div-block-147 {
    background-image: url('../images/cover-movil_5.webp');
    background-position: 0 0;
    background-size: auto;
    height: 440px;
  }

  .div-block-148 {
    font-size: 70px;
  }

  .div-block-149 {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-151 {
    font-family: Titilliumweb, sans-serif;
  }

  .div-block-152, .div-block-bar-3 {
    display: none;
  }

  .div-block-153 {
    opacity: 1;
  }

  .column-22 {
    margin-top: 60px;
    padding-left: 0;
  }

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

  .column-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-158, .div-block-160 {
    align-self: flex-start;
  }

  .div-block-161 {
    align-self: auto;
  }

  .div-block-162 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .div-block-164 {
    width: 100%;
    padding-left: 0;
  }

  .animacion-alineacion, .animacion-mecanalisis {
    height: 298px;
    margin-top: 70px;
  }

  .div-block-166 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-167 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block-168 {
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-169 {
    justify-content: flex-start;
    align-items: stretch;
    margin: 20px 0 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-170 {
    display: block;
  }

  .div-block-171 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-172 {
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .video-movil {
    width: 100%;
    max-width: 315px;
    height: 439px;
    display: block;
  }

  .textura {
    display: none;
  }

  .textura-movil {
    display: block;
  }

  .div-block-173 {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
    position: relative;
  }

  .menu-blanco {
    position: absolute;
  }

  .paragraph-23 {
    color: var(--white);
    text-align: left;
    text-transform: uppercase;
    align-self: flex-end;
    width: 300px;
    margin-top: 60px;
    padding-left: 20px;
    display: block;
  }

  .close {
    opacity: 0;
    position: absolute;
  }

  .logo-blanco-naranja {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-174 {
    height: 90px;
  }

  .div-block-175, .div-block-176, .div-block-177 {
    width: 100%;
  }

  .div-block-178 {
    display: none;
  }

  .wrapper-producto-movil-1 {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .img-producto {
    flex: 0 auto;
    width: 250px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-179 {
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    overflow: scroll;
  }

  .div-block-180 {
    margin-top: 60px;
    padding-left: 0;
  }

  .image-52 {
    object-fit: scale-down;
    margin-left: 0;
    overflow: visible;
  }

  .div-block-181 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .div-block-182 {
    object-fit: fill;
    width: 280px;
    margin-left: 20px;
    display: block;
  }

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

  .div-block-184 {
    width: 280px;
    margin-top: 60px;
    margin-left: 20px;
    display: flex;
  }

  .div-block-logo-1-copy {
    margin-right: 40px;
  }

  .div-block-188, .div-block-189 {
    margin-left: 0;
  }

  .image-52-el {
    object-fit: scale-down;
    overflow: visible;
  }

  .div-block-190 {
    padding-left: 20px;
  }

  .div-block-191, .div-block-192 {
    padding-top: 20px;
  }

  .div-block-193 {
    margin-top: 60px;
    display: block;
  }

  .cierre-divi {
    flex: 0 auto;
    margin-top: 0;
    margin-right: 0;
  }
}

#w-node-de5878eb-2974-913d-6537-d69a10950bfb-6d217c02 {
  grid-area: Area-3;
}

#w-node-a4923b98-c88b-a383-baf1-8c3aed8cdf2a-6d217c02 {
  grid-area: Area-4;
}

#w-node-_3847e771-8bd4-19a0-cb0a-0150520d7348-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_3847e771-8bd4-19a0-cb0a-0150520d734a-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c0aac7bd-92ba-31f1-cf00-6ff1cabce522-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23847442-d1ef-4dba-012e-6973dab3ed83-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_23847442-d1ef-4dba-012e-6973dab3ed85-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_55ab663c-e3d5-cd20-1c6f-9aeadba1952a-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_912d1dcb-f7b7-d472-5caa-d1ba873d0d9e-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_912d1dcb-f7b7-d472-5caa-d1ba873d0da0-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e79b9b96-988d-03bc-d009-b8c96927b05a-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2ef7d5d-e8ca-b714-7cc9-3fcc16b3a134-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-e2ef7d5d-e8ca-b714-7cc9-3fcc16b3a136-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c92753b1-b281-0081-e645-ba9ba36a1ce0-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3266d-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3266f-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b32673-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3267c-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3267e-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b32681-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3268a-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3268c-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3268f-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b32698-6d217c02 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3269a-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f0fa42ce-f262-2af1-ac71-f60c90b3269d-6d217c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_708e219f-ee30-bfd0-37d3-300a35215696-9f3af86b {
  align-self: center;
}

#w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-9f3af86b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: baseline;
}

#w-node-_708e219f-ee30-bfd0-37d3-300a35215696-c20af885 {
  align-self: center;
}

#w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-c20af885 {
  align-self: center;
  justify-self: center;
}

#w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-c20af885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: baseline;
}

#w-node-_708e219f-ee30-bfd0-37d3-300a35215696-6c56a8d1 {
  align-self: center;
}

#w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-6c56a8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: baseline;
}

#w-node-_708e219f-ee30-bfd0-37d3-300a35215696-08800f33, #w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-08800f33 {
  align-self: start;
}

#w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-08800f33, #w-node-_74f0f53e-2768-c9e4-fde1-5405391b8f23-08800f33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: baseline;
}

#w-node-_1c15a0df-1dcb-a854-15ef-b75b7c2e6103-26cc897a, #w-node-_6a1c2078-d683-bf78-f019-61e5901b30b1-26cc897a, #w-node-acdffbc0-8f46-a9a8-3abc-8c2da2ff30d1-26cc897a, #w-node-_1e81caf6-9272-6e6d-6bb3-5b7c1830af31-26cc897a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a4923b98-c88b-a383-baf1-8c3aed8cdf2a-6d217c02 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3847e771-8bd4-19a0-cb0a-0150520d734a-6d217c02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_23847442-d1ef-4dba-012e-6973dab3ed83-6d217c02 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_1c599751-d839-9d7b-2718-f6b2f7fdeda8-6d217c02 {
    align-self: auto;
  }

  #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-9f3af86b, #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-c20af885 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4923b98-c88b-a383-baf1-8c3aed8cdf2a-6d217c02 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d567c46a-ad0c-c9cd-81d4-e65efe16fccf-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-f0fa42ce-f262-2af1-ac71-f60c90b32673-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ebaffe88-2e2b-eeeb-b8a2-17c288e79b45-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-f0fa42ce-f262-2af1-ac71-f60c90b32681-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9bdb554f-d005-5476-419e-5015c4cd14ac-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: auto;
  }

  #w-node-f0fa42ce-f262-2af1-ac71-f60c90b3268f-6d217c02, #w-node-_4c866827-dac5-e2aa-40e9-f73d6a900028-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0fa42ce-f262-2af1-ac71-f60c90b3269a-6d217c02 {
    align-self: center;
  }

  #w-node-f0fa42ce-f262-2af1-ac71-f60c90b3269d-6d217c02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_708e219f-ee30-bfd0-37d3-300a35215696-9f3af86b {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-9f3af86b {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3bb1a956-6c04-aeb5-b986-5e21f405c56b-9f3af86b {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-9f3af86b {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-bb78455b-19b5-9218-e81b-224b34bb67b5-9f3af86b {
    align-self: start;
  }

  #w-node-_314b3c20-e7a4-ef58-26a5-042381513403-9f3af86b {
    order: 9999;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c3c4b2b8-a712-f653-72d2-f96f3d3ff0bb-9f3af86b, #w-node-_58b2c2b2-4a8a-fd0c-91ba-f4bf07918a42-9f3af86b {
    order: 9999;
    align-self: auto;
  }

  #w-node-_708e219f-ee30-bfd0-37d3-300a35215696-c20af885 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-c20af885 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3bb1a956-6c04-aeb5-b986-5e21f405c56b-c20af885 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-c20af885 {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_2753f30a-c8f0-7c14-9db1-1ea81401eec3-c20af885 {
    align-self: start;
  }

  #w-node-_2753f30a-c8f0-7c14-9db1-1ea81401eed3-c20af885 {
    order: 9999;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2753f30a-c8f0-7c14-9db1-1ea81401eee3-c20af885, #w-node-_2753f30a-c8f0-7c14-9db1-1ea81401eef3-c20af885 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_710ef182-b932-04fd-41f4-f57c8c084acb-c20af885, #w-node-_0b771566-322b-5f3e-c441-805c3618ee64-c20af885 {
    order: 9999;
  }

  #w-node-_708e219f-ee30-bfd0-37d3-300a35215696-6c56a8d1 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-6c56a8d1 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3bb1a956-6c04-aeb5-b986-5e21f405c56b-6c56a8d1 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-6c56a8d1 {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_97f3aae1-2cfb-0ff3-ea45-b21f96524e4f-6c56a8d1 {
    align-self: start;
  }

  #w-node-_97f3aae1-2cfb-0ff3-ea45-b21f96524e5f-6c56a8d1 {
    order: 9999;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_97f3aae1-2cfb-0ff3-ea45-b21f96524e6f-6c56a8d1, #w-node-_97f3aae1-2cfb-0ff3-ea45-b21f96524e7f-6c56a8d1 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_4e288e14-463e-036f-ad53-305913e6e7e5-6c56a8d1 {
    order: 9999;
  }

  #w-node-_708e219f-ee30-bfd0-37d3-300a35215696-08800f33 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_1b07d1c5-6ba5-53d5-0638-e196ef1388b1-08800f33 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_3bb1a956-6c04-aeb5-b986-5e21f405c56b-08800f33 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_4cc7e606-5ec2-42b0-7168-e43e77a2edbc-08800f33, #w-node-_74f0f53e-2768-c9e4-fde1-5405391b8f23-08800f33 {
    align-self: auto;
    justify-self: stretch;
  }

  #w-node-_5372c365-9cb1-5d0b-7112-94ada08c870d-08800f33 {
    align-self: start;
  }

  #w-node-_5372c365-9cb1-5d0b-7112-94ada08c871d-08800f33 {
    order: 9999;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_5372c365-9cb1-5d0b-7112-94ada08c872d-08800f33, #w-node-_5372c365-9cb1-5d0b-7112-94ada08c873d-08800f33 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_5372c365-9cb1-5d0b-7112-94ada08c874d-08800f33 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto 0';
  src: url('../fonts/Roboto-Light_0.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}