:root {
  --black: black;
  --dark: black;
  --white: white;
  --light: #dddcdc;
  --medium: #838383;
  --fafafa: #fafafa;
  --dark-transparent: #00000080;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Quattrocento, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #f36161;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
}

.brand-link {
  flex-flow: row;
  justify-content: flex-start;
  max-height: 80px;
  display: flex;
}

.site-title {
  color: var(--dark);
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.body-container {
  padding-top: 0;
}

.menu-button {
  color: var(--dark);
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  float: right;
  clear: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  left: auto;
  overflow: auto;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--light);
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.site-navigation {
  padding-top: 10px;
  overflow: visible;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.nav-menu {
  opacity: .8;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  box-shadow: 0 0 100px -20px #000;
}

.body {
  background-color: var(--white);
  font-family: Quattrocento, sans-serif;
}

.brand {
  text-align: left;
  object-fit: fill;
  background-image: url('../images/logo-Q01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 15vw;
  min-width: 0;
  max-width: none;
  padding-left: 0;
}

.brand.w--current {
  background-color: var(--black);
}

.navbar-2 {
  background-color: var(--light);
  color: var(--black);
  margin-bottom: 10px;
  display: flex;
  position: fixed;
}

.container {
  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;
}

.icon-2 {
  background-color: #eee;
}

.nav-link-2 {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-block {
  color: #eee;
}

.container-4 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.slide-7 {
  background-image: url('../images/bigstock-High-voltage-Power-Lines-Ele-275766487.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-2 {
  background-color: #000;
  height: 600px;
}

.container-9 {
  height: auto;
}

.cont_certificaciones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  border: 0 #000;
  border-radius: 0;
  grid-template: "." max-content
                 "." max-content
                 "." max-content
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: end;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 10px;
  padding-bottom: 9px;
  display: grid;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0;
  text-decoration: none;
  position: static;
}

.image-3 {
  max-width: 80%;
}

.image-4 {
  max-width: 60%;
}

.image-5 {
  max-width: 80%;
}

.cont_partners_of {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  grid-template: "."
                 "."
                 "." 229px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 480px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.cont_alianzas_of {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 480px;
  margin-bottom: 10px;
  padding-bottom: 9px;
  display: grid;
}

.cont_prod_4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 480px;
  margin-bottom: 10px;
  padding-bottom: 9px;
  display: grid;
}

.sec_nav, .sec_slider {
  background-color: var(--black);
}

.sec_certificaciones {
  background-color: #eee;
  height: auto;
  min-height: 0;
  margin-top: 7px;
  margin-bottom: 10px;
  overflow: auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  margin-top: 10px;
}

.sec_covid {
  background-color: #0071e3;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.container-10 {
  text-align: center;
  position: relative;
  inset: 10px 0% auto auto;
}

.link-2 {
  color: var(--white);
}

.sec_sol_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  background-image: url('../images/bigstock-High-voltage-Power-Lines-Ele-275766487.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  height: 580px;
  max-height: none;
  margin-bottom: 10px;
  display: block;
  overflow: auto;
}

.container-11 {
  color: var(--white);
  text-align: left;
}

.sec_sol_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  background-image: url('../images/bigstock-Color-Image-Of-Some-Steel-Tank-252430354_2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  height: 580px;
  max-height: none;
  margin-bottom: 10px;
  display: block;
  overflow: auto;
}

.button-4 {
  float: right;
  clear: left;
  position: static;
}

.button-5 {
  float: right;
  background-color: #ec9b3899;
  position: relative;
}

.sec_x4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.sec_partners {
  height: auto;
  margin-bottom: 10px;
  overflow: auto;
}

.sec_alianzas {
  background-color: #eee;
  margin-bottom: 10px;
}

.sec_portales {
  background-color: #0000;
  margin-bottom: 0;
}

.image-7 {
  max-height: 80%;
}

.image-8 {
  max-height: 100%;
  overflow: auto;
}

.sec_sol_digitalizacion {
  opacity: .91;
  background-image: url('../images/Copia-de-qWeb-Network-Data-Center-logo.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 580px;
  margin-bottom: 10px;
}

.cont_sol_digit {
  clear: left;
  background-color: var(--light);
  opacity: .86;
  color: var(--white);
  position: static;
  inset: 100px 0% 0% auto;
}

.heading-4 {
  float: left;
  clear: left;
  color: var(--black);
  position: relative;
}

.sec_sol_retrofit-upgrade {
  background-image: url('../images/qWeb-bigstock--205011301.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  margin-bottom: 10px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
}

.section-2 {
  background-color: var(--medium);
}

.container-12 {
  clear: none;
  color: var(--white);
  display: block;
}

.paragraph-5 {
  clear: left;
}

.button-6 {
  float: right;
  clear: none;
  position: static;
}

.cont_prod_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  border: 0 #000;
  border-radius: 0;
  grid-template: "." max-content
                 "." max-content
                 "." max-content
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: end;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 10px;
  padding-bottom: 9px;
  display: grid;
}

.cont_prod_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  grid-template: "."
                 "."
                 "." 229px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 480px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.cont_prod_3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  height: 480px;
  margin-bottom: 10px;
  padding-bottom: 9px;
  display: grid;
}

.footer-copy {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-14 {
  justify-content: space-between;
  display: flex;
}

.div-block-7, .div-block-8, .div-block-9 {
  margin-right: 20px;
}

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

.cont_portales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.section-3 {
  background-color: var(--black);
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  background-color: #eee;
}

.body-2 {
  font-family: DM Sans, sans-serif;
}

.sec_nav_test {
  background-color: var(--black);
}

.cards_soluciones {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .425s;
  display: grid;
}

.cards-grid-container-cursos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: scale-down;
  object-position: 50% 50%;
  order: -1;
  align-self: stretch;
  width: 0%;
  max-width: none;
  height: 0%;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.hero {
  background-color: var(--light);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around center;
  place-items: center stretch;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-mask {
  flex: 0 auto;
  width: 5000px;
  height: 600px;
  margin-left: 40px;
}

.hero-image {
  object-fit: none;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 679px;
  height: 500px;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--black);
  opacity: .8;
  padding: 20px;
  position: sticky;
  top: 0;
}

.proy_nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  position: static;
}

.nav-logo-link {
  width: 250px;
  height: auto;
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  align-self: center;
  margin-left: 0;
  margin-right: 3px;
  padding: 0;
  font-size: 26px;
  text-decoration: none;
  display: block;
}

.nav-logo-link.w--current {
  background-color: #0000;
}

.nav-logo {
  float: none;
  text-align: left;
  object-fit: none;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.mnu_proy {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.mnu_proy:hover {
  text-decoration: underline;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 108px;
  margin-bottom: 108px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-icon {
  border-radius: 5px;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 3px #000;
}

.text-block-2 {
  margin-top: -5px;
  margin-bottom: -5px;
}

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

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

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/qWeb-bigstock--205011301.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-top: 247px;
  margin-bottom: 247px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.menu_main {
  z-index: 1;
  opacity: 1;
  height: auto;
  color: var(--white);
  background-color: #000;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 13px;
  position: sticky;
  top: 0;
}

.menu_grp {
  width: 70px;
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  align-self: center;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

.div_image {
  text-align: left;
  object-fit: scale-down;
  max-width: none;
  padding-top: 0;
}

.text-block-3 {
  text-align: center;
  margin-top: -8px;
  padding-top: 0;
  font-size: 60px;
  font-weight: 400;
}

.menu_flotante {
  text-align: center;
  cursor: default;
  background-color: #0000;
  flex-flow: row;
  flex: 1;
  order: -1;
  place-content: center;
  align-self: center;
  align-items: center;
  max-width: 940px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.button-7 {
  clear: right;
  text-align: right;
  background-color: #ec3838;
  flex: none;
  order: 1;
  align-self: center;
  margin-left: 407px;
  margin-right: 15px;
  position: static;
  inset: 0% 22px auto 0%;
}

.image-12 {
  order: -1;
  align-self: center;
  margin-left: 38px;
}

.hero-coordinados {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-5 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_main {
  color: var(--white);
  text-align: center;
  background-color: #111;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-2 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-bottom: 60px;
  display: grid;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: var(--light);
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.btn_covid {
  background-color: #3071dc;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.body_main {
  color: var(--black);
  text-align: left;
  background-color: #fafafa;
  font-family: DM Sans, sans-serif;
}

.container-15 {
  position: sticky;
  top: 0;
}

.hero_coordinados {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bigstock-High-voltage-Power-Lines-Ele-275766487.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 650px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div_leer_contacto {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-radius: 20px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: flex-end;
  place-items: end;
  margin: 40px auto 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.button_contacto {
  background-color: #ec6a00;
  border-radius: 20px;
  min-width: 250px;
  max-width: 250px;
}

.button_contacto.w--current {
  align-self: flex-end;
}

.hero_telemetria {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pozo_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 1900px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero_digitalizacion {
  opacity: 1;
  color: #fff;
  background-image: url('../images/seteinco-servidores-virtuales-vigo.jpg');
  background-position: 100% 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 650px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero_ccontrol {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 650px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.cards_certpart {
  background-color: var(--black);
  color: var(--fafafa);
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 40px;
}

.cards-image-mask-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-i1, .cards-i2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.gallery_clientes {
  min-height: 649px;
  max-height: 750px;
  color: var(--black);
  background-color: #ffbf00;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  background-color: var(--white);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-5-copy {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.section_covid {
  width: auto;
  height: auto;
  color: var(--white);
  background-color: #3071dc;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  display: block;
  position: static;
  top: 0;
}

.text-block-4 {
  margin-bottom: -1px;
}

.text-block-5 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-6, .image-13 {
  margin-bottom: 20px;
}

.elect_claro {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.feature-image-mask {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: content-box;
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
}

.elect_03 {
  text-align: center;
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-image-mask-2 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 22%;
  outline: 3px #000;
  width: 100%;
  height: 10%;
  min-height: 20px;
  padding-top: 100%;
  position: relative;
  overflow: visible;
}

.cards-image-2 {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 80%;
  padding-top: 60px;
  position: absolute;
  inset: 0%;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.nav-link-4 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-4:hover {
  text-decoration: underline;
}

.hero_ciberseguridad {
  background-color: var(--black);
  color: #fff;
  background-image: url('../images/internet-screen-security-protection-60504.jpg');
  background-position: 0 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 650px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.proy_call_1 {
  color: var(--fafafa);
  background-color: #0000;
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-10 {
  float: right;
  background-color: #ec5c38;
  order: 1;
  align-self: flex-start;
}

.acerca_titulo {
  color: var(--white);
  align-self: flex-start;
  margin-top: 0;
}

.acerca_texto {
  color: var(--white);
  text-align: justify;
  align-self: center;
}

.proy_sect_claro {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.call_4 {
  background-color: var(--black);
  color: var(--fafafa);
  padding-top: 100px;
  padding-bottom: 100px;
}

.call_s4 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.call_s5 {
  background-color: var(--black);
  color: var(--fafafa);
  padding-top: 100px;
  padding-bottom: 100px;
}

.call_5 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-15, .heading-16, .paragraph-10, .paragraph-11, .heading-17, .paragraph-12, .heading-18, .paragraph-13 {
  text-align: left;
}

.call_2 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-link-covid {
  color: var(--light);
  text-align: center;
  background-color: #3071dc;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-covid:hover {
  text-decoration: underline;
}

.section-6 {
  height: 5px;
}

.sec_retorno {
  height: 0;
}

.button-11 {
  color: #090808;
  background-color: #ecc838;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: 70px;
}

.link-3 {
  color: var(--white);
  background-color: #0000;
}

.text-block-7 {
  background-color: #3071dc;
  margin-top: 19px;
  margin-bottom: 19px;
}

.hero-image-mask-2 {
  align-self: flex-end;
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #000;
  border-radius: 0;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.hero-overlay-2 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-2 {
  opacity: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex: 1;
}

.hero-overlay-3 {
  opacity: 1;
  outline-offset: 0px;
  height: 90vh;
  max-height: 780px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Planta-flotovoltaica-Barcaldine-de-Belectric-en-Australia.-960x463.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: padding-box;
  border-radius: 0;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-11 {
  align-self: center;
}

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

.paragraph-14 {
  text-align: justify;
}

.button-12 {
  float: right;
}

.flex-container-2 {
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-image-mask-3 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.button-13 {
  float: right;
}

.container-16 {
  text-align: left;
  justify-content: center;
  margin-bottom: 21px;
  display: flex;
}

.nav_links_wrapper {
  display: flex;
}

.written_content {
  flex: 1;
}

.remove {
  color: #09d5b0;
  text-decoration: none;
}

.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.outlined_button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
}

.outlined_button:hover {
  color: #000;
  background-color: #ffd343;
  border-color: #ffd343;
  margin-left: 0;
  transform: translate(2px);
  box-shadow: 1px 1px 12px #00000014;
}

.outlined_button.dark_outline {
  color: #15113b;
  border-color: #15113b;
  justify-content: center;
  margin-top: 0;
}

.outlined_button.dark_outline {
  color: #15113b;
  border-color: #15113b;
  margin-top: 0;
}

.outlined_button.dark_outline:hover {
  box-shadow: none;
  border-color: #ffd343;
  transform: translate(5px);
}

.mega_nav_icon_wrap {
  background-color: #0000;
  border: 1px #15113b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-right: 24px;
  display: flex;
}

.cart-button {
  background-color: #0000;
}

.nav-menu-2 {
  background-color: #0000;
  align-items: center;
  display: flex;
  position: static;
}

.mega_menu_title-box {
  width: 20%;
  max-width: none;
}

.paypal {
  margin-top: 22px;
}

.dropdown {
  color: #15113b;
  border-top: 4px solid #ffd34300;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
  position: static;
}

.dropdown:hover {
  border-top-color: #ffd343;
}

.text-block-8 {
  color: #15113b;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #ffd343;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 16px;
  transition: all .35s;
}

.button:hover {
  color: #fff;
  background-color: #15113b;
  transform: translate(0, -2px);
}

.button.top-margin-20px {
  border-radius: 10px;
  margin-top: 20px;
}

.button.log_in_button {
  width: 100%;
  font-size: 16px;
  display: inline-block;
}

.button.registation-button {
  width: 100%;
  margin-top: 12px;
}

.button.dark_blue {
  color: #fff;
  background-color: #15113b;
}

.button.dark_blue:hover {
  background-color: #09d5b0;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 0;
  display: flex;
}

.cart-quantity {
  color: #09d5b0;
  margin-left: 2px;
}

.mega_menu_sub_title {
  border-bottom: 1px solid #15113b;
}

.mega_nav_pointer {
  background-color: #ffd343;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0% -30% 25%;
  transform: rotate(45deg);
}

._2_col_grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 0;
}

._2_col_grid.mega_nav_links {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  padding-top: 15px;
}

._2_col_grid.mega_nav_links.about {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

._2_col_grid.mega_nav_links.pages {
  grid-template-columns: 1fr 1fr 1fr;
}

._2_col_grid.contact-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 0;
  padding-top: 0;
}

.mobile_menu {
  display: none;
}

.form_field {
  background-color: #ffd3431a;
  border: 1px solid #15113b;
  border-radius: 3px;
  height: 55px;
}

.form_field:hover {
  border-style: solid;
}

.form_field:active, .form_field:focus {
  background-color: #ffd343;
  border-style: solid;
  border-color: #15113b;
}

.form_field.message_field {
  border-style: solid;
  height: 185px;
}

.form_field.message_field:focus {
  border-style: solid;
}

.mega-menu-main-content {
  flex: 1;
  padding-left: 100px;
}

.hamburger_wrap {
  display: none;
}

.nav_link {
  color: #15113b;
  border-top: 4px solid #ffd34300;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.nav_link:hover {
  border-top: 4px solid #ffd343;
}

.h4 {
  color: #15113b;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 1400px;
}

.container-17.mega_nav_container, .container-17.flex {
  display: flex;
}

.mega_nav_link {
  color: #15113b;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.mega_nav_link:hover {
  opacity: .31;
  transform: scale(1.02);
}

.dropdown-toggle {
  color: #15113b;
  flex-direction: column;
  justify-content: center;
  height: 75px;
  padding: 9px 15px;
  display: flex;
}

.dropdown-list {
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: #ffd343;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 36px 90px;
  display: flex;
  position: absolute;
  inset: 98% auto auto 0%;
}

.empty-state {
  flex-direction: column;
}

.navbar-3 {
  z-index: 100;
  opacity: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 0 6%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.remove-button {
  text-decoration: none;
}

.ecommerce_and_menu_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.cart {
  margin-left: 10px;
}

.success_message_text {
  color: #2f3033;
  max-width: none;
  font-size: 16px;
  line-height: 24px;
}

.contact-content {
  align-self: center;
  width: auto;
  margin-top: 0%;
  padding-top: 0;
  padding-right: 100px;
}

.h2_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.h2_wrapper.contact_h2_wrapper {
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 0;
}

.contact_image {
  margin-top: 30px;
  position: relative;
  right: 0;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 95px 6%;
  display: flex;
}

.section.log_in_section {
  height: 100vh;
  padding: 0 0%;
}

.section.flex-vertical {
  flex-direction: column;
}

.section.forgot_password_section {
  flex-direction: column;
  height: 100vh;
}

.success-message {
  background-color: #ffd343;
  border: 1px solid #15113b;
  border-radius: 3px;
  align-self: center;
}

.contact-form-v1 {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 0 0 35px;
}

.h_div {
  background-color: #09d5b0;
  border-radius: 100px;
  width: 50px;
  height: 2px;
}

.register_link {
  color: #6cd509;
  text-decoration: none;
}

.register_link:hover {
  text-decoration: underline;
}

.home_link.login_home_link {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.log_in_here_link {
  color: #09d5b0;
  text-decoration: none;
}

.copy_rights {
  opacity: .32;
  color: #272727;
  margin-top: 65px;
  font-size: 12px;
}

.image-18 {
  margin-top: 30px;
}

.log_in_form_block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.forgot_password {
  color: #f8971f;
  text-align: center;
  margin-top: 35px;
  font-weight: 500;
}

.div-block-12 {
  margin-bottom: 20px;
}

.paragraph-15 {
  color: #2f3033;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-15.login_right_side_p {
  margin-bottom: 30px;
}

.forgot_passport_link {
  color: #6cd509;
  font-weight: 300;
  text-decoration: none;
}

.forgot_passport_link:hover {
  text-decoration: underline;
}

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

.link_span:hover {
  text-decoration: underline;
}

.align_center {
  text-align: center;
}

.normal_size {
  color: #272727;
  font-weight: 400;
}

.login-logo-image {
  margin-bottom: 0;
  margin-left: -6px;
}

.contain {
  max-width: 400px;
}

.log_in_side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.log_in_side.right_side {
  background-color: #09d5b0;
  flex: 1;
}

.login_form {
  padding-top: 30px;
}

.registation_written_content_contain {
  width: 90%;
  margin-bottom: 20px;
}

.registration-form {
  padding-top: 0;
}

.copy_rights-2 {
  opacity: .32;
  color: #2f3033;
  margin-top: 65px;
  font-size: 12px;
}

.registration_form_block {
  flex-direction: column;
  align-items: stretch;
  width: 500px;
  margin-top: 30px;
  display: block;
}

.normal_size-2 {
  font-weight: 400;
}

.already_have_account {
  color: #15113b;
  padding-top: 10px;
  font-weight: 300;
}

.no_cc_required {
  color: #2f3033;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 300;
}

.no_cc_required.opacity_down {
  opacity: .4;
  font-weight: 400;
}

.terms_link {
  color: #2f3033;
}

.forogt_password_form {
  width: 500px;
}

.back_to_login_link {
  color: #09d5b0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.back_to_login_link:hover {
  text-decoration: underline;
}

.back_to_login_text {
  padding-left: 4px;
  font-weight: 300;
}

.paragraph-16 {
  color: #812a2a;
  text-align: center;
}

.bold-text {
  color: #000;
}

.bold-text-2 {
  color: var(--white);
  letter-spacing: 3px;
}

.heading-20 {
  text-align: center;
  font-size: 20px;
}

.heading-21 {
  opacity: .91;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #51ff00;
  border-radius: 20px;
  display: block;
}

.hero-overlay-4 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/tecnopozo-permitira-que-agricultores-cumplan-la-norma-de-extraccion-de-aguas-en-pozos-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-22, .heading-23 {
  text-align: center;
}

.paragraph-17 {
  color: var(--white);
}

.footer_main-copy {
  color: var(--white);
  text-align: center;
  background-color: #111;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.hero-overlay-5 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-18 {
  font-size: 48px;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-3 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-link-3 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.meter1 {
  color: #ffd505;
  text-align: left;
  width: 120px;
  font-size: 36px;
}

.div-block-13 {
  background-image: url('../images/pozo_1.jpg');
  background-repeat: repeat;
  background-size: cover;
}

.column {
  background-image: url('../images/pozo_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.telemet_realtiem {
  background-color: var(--black);
  color: #06fa06;
  text-align: center;
  width: 400px;
}

.tel_rt_lstitem {
  background-color: var(--black);
  color: #000;
  text-align: center;
  width: 100px;
}

.lstitem_realtime {
  background-color: var(--black);
  color: #16ff06;
  text-align: center;
}

.heading-24 {
  text-align: left;
}

.div_derechos_1 {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}

.heading-25 {
  text-align: left;
}

.div_hero_1 {
  background-color: #fafafa;
  border: 0 #000;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: block;
}

.div_tr_1 {
  background-color: #fafafa;
}

.div_tr_2 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.div_hero_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div_ubic_1 {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}

.div_ubic_2 {
  width: 100%;
  height: 100%;
}

.div_derechos_2 {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}

.tele_encabezado {
  text-decoration: none;
}

.paragraph-19 {
  color: #0c690d;
  text-align: right;
  align-self: flex-end;
  font-size: 12px;
}

.image-19 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-14 {
  text-align: center;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
}

.body-3 {
  background-image: url('../images/2019_TorresdelPaine_L6A3506_miradorserrano_ca_t20.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.btn_contacto {
  aspect-ratio: auto;
  background-color: #ec5038;
  border-radius: 10px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: static;
  overflow: hidden;
}

.heading-26 {
  color: #353535;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

.button-14 {
  float: right;
  background-color: #ec4d38;
}

.heading-27 {
  color: #353535;
  margin-bottom: 20px;
  font-size: 26px;
  text-decoration: none;
}

.submnu_link {
  width: 250px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  text-decoration: none;
}

.heading-28 {
  color: #353535;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
}

.smnu_soporte {
  width: 250px;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  text-decoration: none;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
}

.hero-overlay-6 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/2019_TorresdelPaine_L6A3506_miradorserrano_ca_t20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 980px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-20 {
  text-align: center;
  font-style: italic;
}

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

.heading-30 {
  text-align: center;
}

.paragraph-21 {
  text-align: center;
  letter-spacing: 4px;
}

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

.div-block-15 {
  text-align: center;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}

.paragraph-22 {
  text-align: center;
  margin-bottom: 0;
}

.heading-31 {
  text-align: center;
}

.paragraph-23 {
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.bold-text-3, .heading-32, .heading-33, .paragraph-24 {
  text-align: center;
}

.map {
  width: 100%;
}

.body-4 {
  background-color: var(--white);
}

.div-block-16 {
  text-align: center;
  width: 100%;
  height: 100%;
}

.div-block-17 {
  text-align: center;
}

.div_t1 {
  text-align: center;
  background-color: #ffde73;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}

.div_t2 {
  text-align: center;
  background-color: #fdc200;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.div_t3 {
  text-align: center;
  background-color: #fdd244;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section-7 {
  background-color: #fafafa;
}

.heading-34 {
  text-align: center;
}

.paragraph-25, .paragraph-26 {
  font-size: 16px;
}

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

.div-block-19 {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-20 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  margin-bottom: 20px;
}

.section-9 {
  background-color: #ffde73;
  margin-bottom: 20px;
}

.section-10 {
  background-color: #fafafa;
}

.button-15 {
  float: right;
  text-align: center;
  display: inline-block;
}

.cb_demo {
  float: right;
  background-color: #ec5038;
  margin-bottom: 20px;
}

.heading-35 {
  text-align: center;
}

.div-block-21 {
  margin-bottom: 60px;
}

.button-16 {
  float: right;
  background-color: #c7852a;
  margin-top: 20px;
}

.heading-36 {
  text-align: center;
}

.list-item {
  display: flex;
}

.link-block {
  text-align: center;
  align-self: center;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-38 {
  background-color: var(--black);
  color: #03bb15;
  margin-top: 0;
  margin-bottom: 0;
}

.cards-grid-container-proyectos, .cards-grid-container-control, .cards-grid-container-bigdata, .cards-grid-container-virt, .cards-grid-container-certif, .cards-grid-container-part, .cards-grid-container-otros {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.paragraph-27 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph-28, .paragraph-29 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.bold-text-4 {
  font-size: 28px;
}

.heading-39 {
  text-align: center;
}

.image-20 {
  float: none;
  clear: none;
  text-align: left;
  position: static;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-40 {
  text-align: justify;
}

.heading-41 {
  text-align: center;
}

.paragraph-30 {
  color: var(--white);
  text-align: center;
}

.heading-42 {
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  display: flex;
  overflow: visible;
}

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

.heading-43 {
  align-self: center;
  width: 600px;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.paragraph-31 {
  text-align: center;
  object-fit: fill;
  background-color: #8ae2fd;
  width: 200px;
  height: 40px;
}

.paragraph-32 {
  text-align: center;
  width: 200px;
  height: 60px;
}

.paragraph-33, .paragraph-34, .paragraph-35 {
  text-align: center;
}

.div-block-24 {
  margin-top: 10px;
}

.rich-text-block {
  text-align: justify;
  margin-top: 20px;
}

.button-17 {
  float: right;
  background-color: #ec5038;
  border-radius: 20px;
  margin-bottom: 40px;
}

.link-block-2 {
  position: static;
}

.footer_section {
  margin-top: 39px;
  margin-bottom: 40px;
}

.container-19 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-20 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.button-18 {
  text-align: center;
}

.div-block-25 {
  text-align: right;
}

.div-block-26 {
  text-align: center;
}

.pre-integracion {
  mix-blend-mode: multiply;
  background-color: #0000;
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.post_integracion {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.otros_cen_1 {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.otros_cen_2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.otros_cen_3 {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.otros_cen_4 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-27 {
  opacity: .89;
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 0;
}

.div-block-28 {
  text-align: right;
}

.integracion-2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect_contacto {
  background-color: #ff9d00;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect_cpf {
  background-color: #fafafa;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px;
  display: flex;
}

.sect_soluciones {
  text-align: center;
  background-color: #fafafa;
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 40px;
}

.feature-section-clara {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-3 {
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-section-oscura {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.link-4 {
  color: #01f;
  background-color: #0000;
  font-size: 10px;
}

.div-block-29 {
  text-align: right;
  margin-bottom: 10px;
}

.paragraph-36 {
  color: #060ef6;
  font-size: 12px;
}

.heading-44 {
  text-align: right;
  font-size: 12px;
}

.elect_osc {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-30 {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.paragraph-37 {
  text-align: justify;
  margin-bottom: 10px;
  text-decoration: none;
}

.paragraph-38 {
  text-align: justify;
}

.paragraph-39, .paragraph-40 {
  text-align: center;
}

.paragraph-41 {
  text-align: justify;
}

.ctrl_01 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.ctrl_02 {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.ctrl_03 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ctrl_04 {
  background-color: var(--light);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.virt_01 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.virt_02 {
  background-color: var(--light);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ciber_01 {
  background-color: #0000;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.ciber_02 {
  background-color: var(--light);
}

.ciber_03 {
  background-color: #0000;
}

.cs_01 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.cs_02 {
  text-align: center;
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-overlay-7 {
  opacity: .87;
  color: #fff;
  object-fit: contain;
  background-image: url('../images/energias-renovables-mejores-b-e1540317472772.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-45 {
  text-align: center;
}

.blq_curso {
  border: 1px #000;
  border-radius: 100%;
}

.hero-overlay-8 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock--206598409033x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-dist {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/1549627026_Barberan_confa_en_Schneider_Electric_como_partner_estratgico_para_crear_una_nueva_lnea_de_formacin_de_paneles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.proy_hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock--210327985033x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-10 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock--194366713025x.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-42, .heading-46 {
  text-align: center;
}

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

.list {
  font-size: 17px;
}

.list-2 {
  text-align: justify;
  font-size: 17px;
}

.heading-47, .heading-48, .heading-49 {
  text-align: center;
}

.container-21 {
  margin-bottom: 0;
}

.sticky-nav-cons {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.sop_claro {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sop_osc {
  background-color: var(--black);
  color: var(--fafafa);
  padding-top: 100px;
  padding-bottom: 100px;
}

.dist_claro {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dist_osc {
  background-color: var(--black);
  color: var(--fafafa);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cards_partnert2 {
  background-color: #0000;
  margin-bottom: 5px;
}

.section-11 {
  height: 5px;
  box-shadow: inset 0 0 20px -10px var(--medium);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px #5f3939;
  border-radius: 0;
  outline: 3px #000;
}

.text-block-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-50 {
  border-radius: 20px;
}

.heading-51, .heading-52 {
  text-align: center;
}

.acer_claro {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.acer_osc {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-31 {
  border: 1px solid #000;
  border-radius: 14%;
}

.exp_a-o_claro {
  background-color: var(--fafafa);
  margin-bottom: 10px;
}

.exp_osc {
  background-color: var(--light);
}

.list-3 {
  text-align: left;
  font-size: 14px;
}

.bold-text-5 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-43 {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 14px;
}

.list-4 {
  text-align: left;
  font-size: 14px;
}

.div-block-32 {
  text-align: left;
  flex-wrap: wrap;
  display: flex;
}

.image-21 {
  opacity: 1;
  max-height: 200px;
  margin-bottom: 0;
}

.bold-text-6 {
  font-size: 16px;
}

.heading-53 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
}

.heading-54 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-55 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-3, .list-item-4, .list-item-5 {
  text-align: center;
}

.cont_proyecto {
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-7 {
  font-weight: 500;
}

.txt_campo {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 700;
}

.txt_data_campo {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  text-align: left;
}

.bold-text-10, .bold-text-11, .txt_campo_letra {
  font-weight: 400;
}

.sect_proyecto_2_claro {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.txt_data_campo_2 {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.sect_proyecto_osc, .sect_proyecto_2_osc {
  background-color: var(--fafafa);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect_gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-thumbnail-2 {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: auto;
}

.div-block-33 {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 10px;
}

.centered-container-hero {
  text-align: center;
  background-color: #0000;
  flex: 1;
}

.cs_hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/foto-principal-consultoria-empresarial.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.capac_hero {
  opacity: 1;
  color: #fff;
  object-fit: contain;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock-Light-Bulb-With-Coins-Beside-A-243812626033x.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.exp_dist_hero {
  opacity: .87;
  color: #fff;
  object-fit: contain;
  background-image: linear-gradient(#0009, #0009), url('../images/1549627026_Barberan_confa_en_Schneider_Electric_como_partner_estratgico_para_crear_una_nueva_lnea_de_formacin_de_paneles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.exp_sop_hero {
  opacity: .87;
  color: #fff;
  object-fit: contain;
  background-image: url('../images/bigstock--206598409033x.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.exp_proy_hero {
  opacity: .87;
  color: #fff;
  object-fit: contain;
  background-image: url('../images/bigstock--194366713025x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.exp_proy_centeredcontainer {
  background-color: var(--black);
  opacity: .73;
  text-align: center;
  border-radius: 20px;
  flex: 1;
}

.sol_cems_hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/bigstock-Coal-Processing-Plant-Smoke-O-273045199.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blanco_gallery-thumbnail {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: auto;
}

.sol_bigdatacems_hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/qWeb-bigstock--205011301.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bdata_paragraph_center {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.bdata_paragraph {
  text-align: justify;
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-34 {
  text-align: right;
}

.sol_ind_heading_smenu, .sol_gases_heading_smenu {
  color: #353535;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

.text-block-10 {
  font-size: 26px;
  font-weight: 700;
}

.button-19 {
  text-align: right;
}

.div-block-35 {
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
}

.sol_ciber_hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/internet-screen-security-protection-60504.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
}

.image-22 {
  border: 1px solid #000;
  border-radius: 100%;
}

.div-block-36 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.text-block-11 {
  opacity: 1;
  outline-offset: 0px;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  color: var(--fafafa);
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ff6e00;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 100%;
  outline: 3px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  position: static;
  left: -89px;
  overflow: visible;
}

.divblock_anno {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  margin-bottom: 0;
  display: grid;
  overflow: visible;
}

.div-block-37 {
  margin-bottom: 20px;
}

.div-block-38 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-39 {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
}

.hero-overlay-11 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/seteinco-servidores-virtuales-vigo.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-40 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-41 {
  margin-top: 20px;
}

.heading-56 {
  color: var(--white);
}

.heading-57 {
  color: var(--white);
  mix-blend-mode: difference;
}

.div-block-44 {
  text-align: center;
  align-items: center;
  display: flex;
}

.paragraph-45 {
  text-align: justify;
  font-size: 14px;
}

.paragraph-46 {
  color: var(--white);
}

.feature-image-chk {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
}

.heading-66 {
  text-align: left;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-25 {
  order: 0;
  align-self: auto;
}

.collection-list-wrapper-2 {
  top: auto;
  bottom: 60px;
}

.heading-67 {
  text-align: left;
}

.paragraph-54 {
  text-align: justify;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 22px;
  display: block;
}

.collection-item {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  margin-left: 0;
  padding-bottom: 10px;
  display: grid;
}

.div-block-56 {
  text-align: left;
  margin-right: auto;
}

.button-21 {
  background-color: red;
}

.image-23 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  display: block;
}

.image-24 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  display: inline-block;
  position: static;
}

.div-block-57 {
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
}

.image-25 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  max-height: 100%;
  overflow: auto;
}

.column-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-26 {
  background-color: #0000;
  margin-top: 40px;
}

.container-27 {
  margin-top: 40px;
}

.cc_automatizacion {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  border-radius: 12px;
}

.hero_cpf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/frecuencia_1672823621014.jpeg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: padding-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 694px;
  max-height: 750px;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.cc_cpf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 20px;
  display: block;
}

.h_cpf, .heading-68 {
  color: var(--white);
  text-align: center;
}

.paragraph-55 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(45deg, #000, #fff);
  background-clip: content-box;
}

.heading-69, .paragraph-56, .paragraph-57, .heading-70 {
  color: var(--black);
}

.heading-71 {
  color: var(--white);
}

.paragraph-58 {
  color: var(--black);
}

.h4_negro {
  opacity: .91;
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #494343;
}

.p_negro {
  color: var(--black);
}

.container-28 {
  object-fit: none;
}

.image-26 {
  object-fit: fill;
  display: block;
  overflow: auto;
}

.div-block-58 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.image-27 {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/31DAB6D3-E673-4BF4-A3C0-4E10B5689045.jpeg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.button_leer {
  border-radius: 20px;
  min-width: 250px;
  max-width: 250px;
  margin-bottom: 20px;
  margin-right: 0;
}

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

.partnership {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-63 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-64 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-height: 0%;
  display: flex;
  overflow: visible;
}

.slider-7 {
  background-color: #0000;
  max-width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div_leer_contacto_especial {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-radius: 20px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  margin: 40px auto 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.qstack_2 {
  background-color: #3d3d3d;
  margin-bottom: 10px;
}

.sect_header {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/frecuencia_1672823621014.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding: 100px;
}

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

.heading-78 {
  padding-left: 20px;
}

.div-block-73 {
  color: var(--white);
  background-color: #44a23a;
}

.paragraph-66 {
  min-height: 350px;
  font-size: 18px;
}

.slider-8 {
  background-color: #0000;
  max-width: 80%;
  min-height: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-4 {
  min-height: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-85 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.img_stack_1 {
  text-align: left;
  min-width: 400px;
  max-width: 100%;
  max-height: 400px;
  overflow: auto;
}

.hero_ondasmm {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Captura-de-Pantalla-2024-05-07-a-las-10.47.20.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 650px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-76 {
  max-height: none;
}

.image-34 {
  max-height: 250px;
}

.div_sol_cpf_titulo {
  color: var(--white);
  background-color: #44a23a;
}

.div_sol_cpf_texto {
  text-align: justify;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-13 {
  text-align: right;
  padding-right: 60px;
}

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

.div_contacto {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  border-radius: 10px;
}

.sect_dga_normativa {
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div_block_txt {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.sect_contacto_2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-86 {
  text-align: justify;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.heading-90, .text_titulo_preguntas {
  text-align: center;
}

.div_mee_titulo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sect_titulo_sol {
  color: var(--white);
  text-align: center;
  background-color: #000;
  margin-bottom: 11px;
}

.sect_telemetria {
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.text_titulo_solucion {
  text-align: center;
}

.sect_caracteristica_sol {
  background-color: #000;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-90 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sect_preguntas_frecuentes {
  color: var(--white);
  background-color: #3f3f3f;
}

.sect_qcloud {
  margin-bottom: 11px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-91 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-71, .div_t1_header {
  letter-spacing: 4px;
}

.div-block-92 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-94 {
  color: var(--white);
}

.sect_prop_valor {
  background-color: #ebebeb;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-95 {
  text-align: center;
}

.heading-97 {
  min-height: 0%;
  font-size: 42px;
}

.sect_tecnologias {
  margin-bottom: 11px;
  padding: 0 0 20px;
}

.div_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_item_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-height: 100%;
  color: var(--white);
  background-color: #3d3d3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.paragraph-72 {
  color: var(--light);
}

.div_item_header_2 {
  background-color: #e6e6e6;
  min-height: 100%;
}

.div_item_claro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div_item_oscuro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.div_sol_cen_item {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.cen_stack_cell {
  justify-content: flex-start;
  align-items: center;
}

.cen_stack_claro {
  background-color: #f1f1f1;
}

.cen_stack_item_img {
  max-width: none;
  max-height: 350px;
}

.cen_stack_osc {
  color: var(--white);
  background-color: #1f1f1f;
}

.div_res_cen {
  color: var(--white);
  background-color: #000;
  margin-top: 0;
  padding: 40px;
}

.div_res_cen_header {
  text-align: center;
  margin-top: 0;
}

.div_res_cen_parag {
  text-align: center;
}

.proy_stack_claro {
  color: var(--black);
  background-color: #e9e9e9;
  border-radius: 0;
  margin-bottom: 10px;
}

.proy_stack_osc {
  background-color: #000;
  border-radius: 0;
  margin-bottom: 10px;
}

.proy_stack_cell {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.proy_stack_cell_img {
  justify-content: center;
  align-items: center;
}

.proy_stack_cell_it_img {
  max-height: 400px;
}

.hero_centro_control {
  height: auto;
  min-height: 649px;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 11px;
}

.hero_cc_container {
  margin-top: 0;
  padding-top: 60px;
}

.hero_cc_header, .hero_cc_parag {
  text-align: center;
}

.div_cc_item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cc_stack_claro {
  background-color: #f1f1f1;
}

.cc_stack_osc {
  color: var(--white);
  background-color: #1f1f1f;
}

.cc_stack_item_img {
  max-height: 250px;
}

.cc_stack_cell_img {
  justify-content: flex-start;
  align-items: center;
}

.button-25 {
  text-align: center;
  border-radius: 0 0 20px 20px;
  max-width: 100%;
  min-height: 40px;
  padding: 0;
}

.div_grp_claro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.div_grp_claro_texto {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div_grp_claro_img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.div_grp_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.div_grp_leermas {
  text-align: center;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div_grp_osc {
  color: var(--white);
  background-color: #181818;
  border-radius: 20px;
}

.div_grp_osc_texto {
  padding-left: 20px;
  padding-right: 20px;
}

.div_grp_osc_img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

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

.div_grp_soluciones {
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-6, .quick-stack-7, .quick-stack-8, .quick-stack-9, .quick-stack-10, .quick-stack-11, .quick-stack-12, .quick-stack-13, .quick-stack-14 {
  margin-left: 100px;
  margin-right: 100px;
}

.div_dna_titulo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.div_dna_tit_txt_text {
  padding-left: 0;
  padding-right: 0;
}

.div_dna_titulo_img {
  max-width: none;
}

.image-37 {
  max-width: none;
  max-height: 300px;
}

.div_block_img-_2 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div_blck_mmimager {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  display: grid;
}

.div_blck_matiamercat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  display: grid;
}

.div_blck_dnadrone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.qstack_consult, .qstack_capacit {
  color: var(--black);
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.qstack_capact_2 {
  background-color: #3d3d3d;
  margin-bottom: 10px;
}

.qstack_sop {
  color: var(--black);
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.qstack_sop_2 {
  background-color: #3d3d3d;
  margin-bottom: 10px;
}

.div_bloack_tec {
  background-color: #000;
  padding: 20px 40px;
}

.div_block_virt {
  color: var(--white);
  background-color: #000;
  padding: 20px 40px;
}

.div_block_virt_item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div_blck_virt_descripcion {
  padding: 20px 40px;
}

.button-26 {
  background-color: #ec5038;
  border-radius: 20px;
}

.sect_distribucion {
  color: var(--white);
  background-color: #0000;
}

.hero_gest_hidrica {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/tecnopozo-permitira-que-agricultores-cumplan-la-norma-de-extraccion-de-aguas-en-pozos-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div_blck_gest_hidrica {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  display: grid;
}

.div_grp_btn_contacto {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.exp_gabinetes_hero {
  opacity: .87;
  color: #fff;
  object-fit: contain;
  background-image: linear-gradient(#0009, #0009), url('../images/1549627026_Barberan_confa_en_Schneider_Electric_como_partner_estratgico_para_crear_una_nueva_lnea_de_formacin_de_paneles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mask-5 {
  min-height: 0;
  margin-left: 0;
}

.slide-14 {
  min-height: 100%;
  max-height: 100%;
}

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

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

.heading-99 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-100, .paragraph-75 {
  text-align: center;
}

.body_sscc {
  font-family: DM Sans, sans-serif;
}

.sec_highlight_work {
  max-width: 100%;
  color: var(--white);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-37 {
  max-width: none;
}

.heading-101 {
  text-align: left;
}

.body_gesthidrica {
  font-family: DM Sans, sans-serif;
}

.bold-text-12, .bold-text-13 {
  letter-spacing: 4px;
}

.heading-102 {
  margin-top: 0;
}

.hero_solmilitares {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Captura-de-Pantalla-2024-05-07-a-las-10.47.20.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.body_solmilitares, .body_virtualizacion {
  font-family: DM Sans, sans-serif;
}

.heading-103 {
  text-align: center;
  margin-bottom: 20px;
}

.body_expdistribucion, .body_gabinetes {
  font-family: DM Sans, sans-serif;
}

.heading-104 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-76 {
  margin-bottom: 0;
}

.heading-105 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-77, .paragraph-78 {
  margin-bottom: 0;
}

.image-40 {
  min-width: 60%;
  max-width: 60%;
}

.div-block-116 {
  text-align: center;
  align-self: auto;
  margin-top: 40px;
}

.body_proyectos, .body_capacitacion, .body_tecnologias, .body_soporte, .body_consultoria {
  font-family: DM Sans, sans-serif;
}

.body_acercade {
  color: var(--white);
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2019_TorresdelPaine_L6A3506_miradorserrano_ca_t20.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: DM Sans, sans-serif;
}

.sect_clientes {
  background-color: #ffbf00;
  padding-top: 100px;
  padding-bottom: 100px;
}

.virt_descr_header {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
}

.virt_descr_texto {
  color: var(--black);
  text-align: justify;
  align-self: center;
}

.image-42 {
  width: 150px;
  height: 50px;
}

.hero_cert {
  margin-bottom: 60px;
}

.hero_ai {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Google_AI_Studio_2025-10-13T19_26_11.480Z.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 650px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div_leer_contacto_ai {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-radius: 20px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  margin: 40px auto 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-38-right {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.hero-split {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-38-left {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heading-106 {
  text-align: center;
  align-self: center;
}

.heading-107, .heading-108 {
  text-align: center;
}

.paragraph-79 {
  text-align: left;
}

.sect_caract_tecnicas {
  background-color: #000;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero_gest_apr {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Agua-potable-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sect_preg_apr {
  color: var(--white);
  background-color: #3f3f3f;
}

.hero_ssr {
  color: #fff;
  background-image: url('../images/Agua-potable-1.jpg');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-ssr {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .425s;
  display: grid;
}

.sect_cne_normativa {
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.sect_pmu_solucion {
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.cont_sol_titulo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sect_titulo_2_sol {
  color: var(--white);
  text-align: center;
  background-color: #000;
  margin-bottom: 11px;
}

.hero_pmu {
  color: #fff;
  background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero_gest_pmu {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-40 {
  border-radius: 20px;
  padding: 20px 20px 60px 40px;
  box-shadow: -2px 6px 20px #0003;
}

.centered-container-pmu {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .425s;
  display: grid;
}

.hero_gest_prs {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/g_img_PRS.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 694px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sect_prs_normativa {
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div_prs_titulo, .div_mee_titulo-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_blck_gest_prs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  display: grid;
}

.div_prs_exigencias {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div_prs_titulo_final {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-20_a, .paragraph-20_a0 {
  text-align: center;
  font-style: italic;
}

.sect_prs_solucion {
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.sect_prop_valor_prs {
  background-color: #ebebeb;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero_prs {
  color: #fff;
  background-image: url('../images/g_img_PRS.png');
  background-position: 50% 0;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-prs {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  background-color: #000000ad;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .425s;
  display: grid;
}

.sect_ai_normativa {
  margin-left: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-118 {
  text-align: right;
}

.sect_caract_tec_ia {
  background-color: #000;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.sect_ia_resumen {
  max-width: none;
}

.hero_ia {
  height: auto;
  min-height: 649px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Google_AI_Studio_2025-10-13T19_26_11.480Z.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 11px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.container-42 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a00;
  position: relative;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.text-colour-white {
  color: #fff;
}

.hero_soluciones {
  color: #fff;
  background-image: url('../images/download-2.png');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.hero_tech {
  color: #fff;
  background-image: url('../images/download-3.png');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.hero_finanzas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: url('../images/download_1.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: padding-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 694px;
  max-height: 750px;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

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

.cell-10 {
  text-align: justify;
  background-color: #000000b8;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_soluciones-copy {
  color: #fff;
  background-image: url('../images/download-2.png');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.hero_prod {
  color: #fff;
  background-image: url('../images/quantica_map.gif');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.hero_finanazas {
  color: #fff;
  background-image: url('../images/download_1.png');
  background-position: 50%;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.button-27 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1a3de8;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-27:hover {
  box-shadow: none;
  color: #fff;
  background-color: #526cee;
  border-color: #0000;
}

.button-27:active {
  box-shadow: none;
  background-color: #1a3de8;
}

.button-27:focus {
  outline-offset: 2px;
  outline: 2px solid #1a3de8;
}

.button-27.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-27.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-27.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-27.is-secondary.on-accent-primary {
  color: #fffeff;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fffeff;
}

.button-27.is-secondary.on-accent-primary:hover {
  color: #5695ff99;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #fffeff;
}

.button-27.is-secondary.on-accent-primary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fffeff;
}

.button-27.on-accent-primary {
  box-shadow: none;
  color: #000;
  background-color: #fffeff;
  background-image: none;
}

.button-27.on-accent-primary:hover {
  box-shadow: none;
  background-color: #fffeffb3;
  border-color: #0000;
}

.button-27.on-accent-primary:active {
  box-shadow: none;
  background-color: #fffeff;
}

.button-27.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #1a3de8;
  background-image: none;
  border-color: #0000;
}

.button-27.on-inverse:hover {
  box-shadow: none;
  background-color: #526cee;
  border-color: #0000;
}

.button-27.on-inverse:active {
  box-shadow: none;
  background-color: #1a3de8;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button-group.is-vertical-stretch {
  flex-flow: column;
  align-items: stretch;
}

.section-12 {
  color: #000;
  background-color: #fffeff;
  border-radius: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section-12.is-accent-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #1a3de8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
}

.section-12.is-secondary {
  background-color: #e9fdfd;
}

.section-12.is-inverse {
  color: #fffeff;
  background-color: #000;
}

.ix-link-wrapper {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.heading_primary {
  text-align: center;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1.04em;
}

.container-44 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1a3de800;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
}

.max-width_xsmall {
  max-width: 25rem;
}

.overlay_opacity-subtle {
  z-index: 2;
  opacity: .2;
  pointer-events: none;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 50rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.is-align-center {
  text-align: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header.margin-bottom_none {
  max-width: 100%;
  margin-bottom: 0;
}

.image_cover {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.position_relative {
  position: relative;
}

.margin_bottom-auto {
  margin-bottom: auto;
}

.mobile-2-col.gap-xsmall {
  align-items: stretch;
}

.hero-overlay-12 {
  color: #fffeff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: clip;
}

.card_body_small {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.subheading {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.overlay {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-ratio_auto {
  border-radius: .75rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

.hero_front {
  z-index: 2;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.paragraph_xlarge {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 1.5rem;
  line-height: 1.6em;
  display: flex;
}

.hero_back {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.heading_tertiary {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.04em;
}

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

.grid_3-col.gap-medium {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  color: #000;
  background-color: #fffeff;
  background-image: none;
  border: 0 solid #0003;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.button-3 {
  border-radius: 13px;
}

.boton_lnk {
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.heading-112 {
  text-align: center;
}

.accordion_toggle-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.padding_xsmall {
  padding: 1rem;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.content-block-link {
  color: inherit;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-block-link:hover {
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.button-28 {
  border-radius: 13px;
}

.image-ratio_2x3 {
  aspect-ratio: 2 / 3;
  border-radius: .75rem;
  position: relative;
  overflow: clip;
}

.margin-bottom_none {
  display: block;
  margin-bottom: 0 !important;
}

.button-29 {
  border-radius: 13px;
}

.form_item {
  flex-flow: column;
  flex: 100%;
  grid-column: span 12;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.display_inline-block {
  display: inline-block;
}

.input_field {
  height: auto;
  box-shadow: none;
  color: #000;
  background-color: #0000;
  background-image: none;
  border: 1px solid #000;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #000;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #000;
  outline: 2px solid #1a3de8;
}

.input_field::placeholder {
  color: #0003;
}

.input_field.on-inverse {
  box-shadow: none;
  color: #fffeff;
  background-color: #0000;
  background-image: none;
  border-color: #fffeff;
}

.input_field.on-inverse:hover {
  box-shadow: none;
  background-color: #0000;
  border-color: #fffeff;
}

.input_field.on-inverse:focus {
  border-color: #fffeff;
  outline-color: #1a3de8;
}

.input_field.on-inverse::placeholder {
  color: #fffeff80;
}

.input_field.is-select {
  color: #000;
  appearance: none;
  background-color: #0000;
  background-image: url('../images/');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 0;
  border-color: #000;
  font-size: 1rem;
  transition-property: border-color, color, background-color, box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease, ease, cubic-bezier(.165, .84, .44, 1), ease;
  box-shadow: 0 0 0 1px #000;
}

.input_field.is-select:hover {
  background-color: #0000;
  background-image: url('../images/');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 0;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.input_field.is-select:focus-visible, .input_field.is-select[data-wf-focus-visible] {
  outline-color: #1a3de8;
}

.input_label {
  z-index: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.form_success-message {
  background-color: #1a3de833;
  border: 1px solid #1a3de8;
  border-radius: .75rem;
  padding: 2rem;
}

.input_text-area {
  min-height: 7.5rem;
}

.form_block {
  flex: 1;
  margin-bottom: 0;
}

.text-link {
  color: #1a3de8;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #1a3de899;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.on-inverse {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
}

.text-link.on-inverse:hover {
  opacity: .6;
  color: inherit;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.form-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.form_error-message {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

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

.button-30 {
  border-radius: 13px;
}

.dic_merc_y_prod_img, .div_mercado_img {
  border-radius: 0;
}

.img_merc_y_prod {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.head__act_call, .h4_act_call {
  color: #fff;
}

.button-31 {
  border-radius: 13px;
}

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

.sect_actcall {
  background-color: #0015ff;
  margin-top: 0;
  padding-top: 40px;
  position: static;
  top: 60px;
}

.heading-113 {
  color: #e9fdfd;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
}

.button-32 {
  border-radius: 13px;
}

.sect_servicio {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-33 {
  border-radius: 13px;
}

.heading-114 {
  color: #e9fdfd;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
}

.eyebrow__act_call {
  color: #fff;
}

.card_body {
  justify-content: flex-start;
  align-items: stretch;
}

.heading-115, .heading-116, .heading-117, .heading-118, .heading-119 {
  color: #e9fdfd;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
}

.link-block-3, .link-block-4 {
  color: var(--white);
}

.heading_primary-copy {
  text-align: center;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 500;
  line-height: 1.04em;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-45 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading_primary-2 {
  text-align: center;
  letter-spacing: -.01em;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1.04em;
}

.heading-120 {
  text-align: center;
}

.hero_sitr_2 {
  color: #fff;
  background-image: url('../images/g_img_PRS.png');
  background-position: 50% 0;
  background-size: 1300px;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110vh;
  max-height: 650px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-46 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.text-block-14 {
  color: var(--white);
}

.dd_icon {
  background-color: #c8ff00;
}

.container-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .div-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

  .body-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2019_TorresdelPaine_L6A3506_miradorserrano_ca_t20.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .centered-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 90%;
    color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .cards-image-mask {
    text-align: left;
    background-image: url('../images/General_Electric_logo.svg_1.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-top: 0%;
  }

  .cards-image {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-image: url('../images/GE-GS-partner-value-added-reseller.png');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    height: 50%;
    position: static;
    overflow: visible;
  }

  .flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: 450px;
    color: var(--white);
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: block;
  }

  .proy_nav-grid {
    background-color: #000;
  }

  .nav-logo-link.w--current {
    background-color: #000;
    width: 200px;
  }

  .mnu_proy {
    letter-spacing: 2px;
  }

  .menu_main {
    background-color: #000;
  }

  .footer-flex-container-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1.5fr 1.5fr 1.5fr 1fr 1fr 1fr;
    justify-content: space-around;
    margin-bottom: 60px;
  }

  .footer-heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .container-15 {
    background-color: #000;
  }

  .hero_coordinados {
    background-image: url('../images/bigstock-High-voltage-Power-Lines-Ele-275766487.jpg');
    background-position: 50%;
    background-size: cover;
    height: 694px;
    max-height: 750px;
    margin-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_leer_contacto {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex: 0 auto;
    grid-template-rows: 70px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: end center;
    align-self: center;
    place-items: center;
    margin-top: 0;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .button_contacto {
    text-align: center;
    border-radius: 20px;
    align-self: flex-end;
    min-width: 200px;
    max-width: 250px;
  }

  .hero_telemetria {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/tecnopozo-permitira-que-agricultores-cumplan-la-norma-de-extraccion-de-aguas-en-pozos-1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero_digitalizacion {
    height: 694px;
    max-height: 750px;
  }

  .hero_ccontrol {
    background-image: url('../images/bigstock-Moscow-Russia--February----246269042.jpg'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    height: 694px;
    max-height: 750px;
    margin-bottom: 11px;
  }

  .cards_certpart {
    min-height: 694px;
    max-height: 750px;
    margin-bottom: 11px;
    display: none;
  }

  .gallery_clientes {
    text-align: left;
    background-color: #ffbf00;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 0;
    max-height: 694px;
    padding-top: 60px;
    display: flex;
  }

  .feature-image-mask {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .feature-image {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    max-height: 500px;
    position: static;
    overflow: visible;
  }

  .cards-image-2 {
    padding-top: 0;
    position: static;
  }

  .hero_ciberseguridad {
    background-image: url('../images/internet-screen-security-protection-60504.jpg');
    background-position: 100% 0;
    background-size: cover;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
  }

  .proy_call_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 11px;
    padding: 20px 20px 40px;
    display: block;
  }

  .acerca_titulo {
    color: var(--white);
  }

  .acerca_texto {
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
  }

  .centered-container-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-overlay-3 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(#00000057, #00000057), url('../images/bigstock-High-voltage-Power-Lines-Ele-275766487.jpg');
    background-size: auto, cover;
    background-clip: border-box;
  }

  .flex-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: center;
    display: grid;
  }

  .heading-21 {
    float: right;
    opacity: .89;
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #1f0;
    background-clip: border-box;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 60px;
    transform: rotateX(34deg)rotateY(23deg)rotateZ(-31deg);
  }

  .hero-overlay-4 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Captura-de-Pantalla-2024-05-07-a-las-10.47.20.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .hero-overlay-6 {
    background-image: linear-gradient(#0009, #0009);
    display: block;
  }

  .paragraph-20 {
    margin-top: 20px;
    font-size: 16px;
  }

  .container-18 {
    display: block;
  }

  .heading-30 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .paragraph-21 {
    margin-bottom: 10px;
  }

  .div_t1 {
    min-height: 220px;
    color: var(--white);
    background-color: #3d3d3d;
    border-color: #000;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_t2 {
    color: var(--dark);
    background-color: #f5f5f5;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-35 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .cards-grid-container-bigdata, .cards-grid-container-part {
    margin-top: 220px;
  }

  .paragraph-27 {
    text-align: justify;
  }

  .paragraph-28 {
    color: var(--fafafa);
    text-align: center;
  }

  .paragraph-29 {
    text-align: center;
  }

  .button-17, .button-18 {
    border-radius: 20px;
  }

  .pre-integracion {
    margin-bottom: 11px;
    padding: 40px 20px;
    display: block;
  }

  .div-block-27 {
    background-color: #0000;
  }

  .sect_contacto {
    background-color: #ff9d00;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 40px 20px;
    display: flex;
  }

  .sect_cpf {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .sect_soluciones {
    margin-top: 20px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ciber_02 {
    background-color: var(--black);
    color: var(--white);
  }

  .hero-overlay-8, .hero-overlay-dist {
    margin-bottom: 11px;
  }

  .cards_partnert2 {
    margin-top: 220px;
  }

  .acer_claro {
    text-align: left;
    max-width: 90%;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .acer_osc {
    background-color: #0000;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .sect_gallery {
    color: var(--white);
    background-color: #000;
  }

  .centered-container-hero {
    background-color: #0000;
  }

  .capac_hero {
    background-image: linear-gradient(#0009, #0009), url('../images/bigstock-Light-Bulb-With-Coins-Beside-A-243812626033x.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .exp_dist_hero {
    background-image: linear-gradient(#0009, #0009), url('../images/1549627026_Barberan_confa_en_Schneider_Electric_como_partner_estratgico_para_crear_una_nueva_lnea_de_formacin_de_paneles.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sol_ciber_hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
  }

  .centered-container-3 {
    align-self: auto;
  }

  .text-block-11 {
    opacity: .89;
    text-align: center;
    background-color: #ff6f00;
    border-width: 0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .hero-overlay-11 {
    margin-bottom: 11px;
  }

  .heading-56 {
    color: var(--white);
  }

  .heading-57 {
    text-align: center;
    padding-left: 0;
    padding-right: 200px;
  }

  .paragraph-46 {
    color: #fafafa;
    text-align: justify;
    font-size: 18px;
  }

  .paragraph-47 {
    text-align: justify;
    font-size: 18px;
  }

  .paragraph-49 {
    margin-bottom: 0;
  }

  .heading-59 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-65 {
    text-align: center;
  }

  .cc_automatizacion {
    opacity: 1;
    background-color: #00000073;
  }

  .hero_cpf {
    background-image: url('../images/frecuencia_1672823621014.jpeg');
    grid-template-columns: 1fr;
  }

  .h_cpf, .heading-68 {
    text-align: center;
  }

  .heading-71, .paragraph-58 {
    color: var(--white);
  }

  .button_leer {
    border-radius: 20px;
    width: 250px;
    min-width: 150px;
    max-width: 150px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-59, .button-23 {
    margin-right: 0;
  }

  .div-block-60 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: center stretch;
    display: grid;
  }

  .slider-3 {
    max-height: 1000px;
    margin-bottom: 40px;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .container-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: scale-down;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
    overflow: auto;
  }

  .slide-8 {
    height: 100%;
  }

  .mask {
    object-fit: fill;
    height: 750px;
    max-height: 1750px;
    overflow: visible;
  }

  .slider-4 {
    min-height: 950px;
  }

  .div-block-62 {
    object-fit: cover;
    position: static;
    overflow: visible;
  }

  .image-28 {
    object-fit: contain;
    background-image: url('../images/General_Electric_logo.svg_1.png');
    background-position: 0 0;
    background-size: auto;
    max-height: 750px;
  }

  .image-29 {
    background-image: url('../images/General_Electric_logo.svg_1.png');
    background-position: 0 0;
    background-size: auto;
  }

  .slider-5 {
    background-color: #0000;
    min-height: 1000px;
  }

  .image-30 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/General_Electric_logo.svg_1.png');
    background-position: 100% 100%;
    background-size: cover;
    background-clip: border-box;
  }

  .slider-6 {
    background-color: #0000;
    min-height: 649px;
    margin-bottom: 0;
  }

  .slide-1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .quick-stack {
    margin-bottom: 0;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-72 {
    text-align: center;
  }

  .paragraph-59 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .partnership {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    max-height: none;
    margin-bottom: 11px;
    padding: 20px;
    display: flex;
  }

  .container-30 {
    text-align: center;
  }

  .mask-2 {
    margin-bottom: 0;
  }

  .image-31 {
    max-width: 90%;
    max-height: 90%;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-63 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .slider-7 {
    min-width: 1200px;
    min-height: 450px;
    color: var(--black);
    background-color: #0000;
    border: 0 solid #000;
    border-radius: 0;
    margin-bottom: 0;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div_leer_contacto_especial {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    justify-items: center;
    margin-top: 40px;
    padding-right: 220px;
    display: grid;
    position: static;
  }

  .hero_solgroup {
    text-align: left;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 20px 40px;
    display: block;
  }

  .div-block-65 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div_soluciongrp {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 450px;
    max-height: none;
    margin: auto auto 20px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .qstack_1_cen {
    box-sizing: border-box;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    aspect-ratio: auto;
    max-width: 100%;
    min-height: 0%;
    max-height: 100%;
    color: var(--dark);
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    flex: 0 auto;
    align-self: auto;
    padding: 0;
    overflow: auto;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .qstack_2 {
    min-height: 450px;
    max-height: none;
    color: var(--white);
    background-color: #3d3d3d;
    border-radius: 20px;
    flex: 0 auto;
  }

  .qstack_3, .qstack_4 {
    color: var(--white);
    background-color: #000;
    background-image: url('../images/seteinco-servidores-virtuales-vigo.jpg');
    background-position: 0 0;
    background-size: contain;
    border-radius: 20px;
    flex: 0 auto;
  }

  .sect_header {
    min-width: 100%;
    max-width: 100%;
    min-height: 694px;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    margin-top: 0;
    display: grid;
  }

  .div_texto, .div-block-68 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-60 {
    max-width: 100%;
    color: var(--white);
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 18px;
  }

  .container-31 {
    text-transform: capitalize;
    white-space: normal;
    direction: ltr;
    background-color: #0000;
    border-radius: 0% 60px 250px 250px;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin-top: 0;
  }

  .heading-73 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-61 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .heading-74 {
    color: var(--white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-62, .paragraph-63, .paragraph-64 {
    font-size: 14px;
  }

  .div-block-69 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-32 {
    flex: 0 auto;
    padding-left: 0;
  }

  .heading-75, .heading-76, .heading-77 {
    font-size: 18px;
  }

  .div_texto_heaader {
    color: var(--white);
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .div_texto_header2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-70 {
    margin-top: 0;
    padding-top: 40px;
  }

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

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

  .container-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .paragraph-65 {
    margin-bottom: 0;
    padding-right: 11px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
  }

  .heading-78 {
    float: none;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    position: static;
    overflow: visible;
  }

  .div_cf_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 0 #000;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-73 {
    aspect-ratio: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 130px;
    max-height: 100%;
    color: var(--white);
    text-align: center;
    background-color: #44a23a;
    border: 1px #000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-right: 11px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }

  .div-block-74 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div_cf_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #000;
    border-radius: 1px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: start;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-75 {
    aspect-ratio: auto;
    object-fit: none;
    object-position: 50% 50%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .paragraph-66 {
    font-size: 16px;
  }

  .cell-6, .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-2 {
    min-height: 250px;
  }

  .slider-8 {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    min-width: 0%;
    max-width: 80%;
    min-height: 0%;
    max-height: none;
    margin: 0 auto;
    display: flex;
    overflow: visible;
  }

  .container-35 {
    aspect-ratio: 2;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    max-width: none;
    min-height: 0%;
    max-height: 694px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-79 {
    text-align: center;
  }

  .slide-9 {
    min-height: 100%;
    max-height: 100%;
  }

  .heading-80 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quick-stack-3 {
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-32 {
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 20px;
    min-height: 60%;
    max-height: 60%;
  }

  .cell_partner_1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cell_partner_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-81, .heading-82, .heading-83 {
    text-align: center;
  }

  .heading-84 {
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    background-color: #0000;
    border: 0 solid #000;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .quick-stack-4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_certificacion {
    max-width: 80%;
    max-height: 80%;
  }

  .heading-85 {
    text-align: center;
    background-color: #0000;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 1px;
  }

  .heading-86 {
    text-align: center;
  }

  .paragraph-67, .paragraph-68 {
    font-size: 15px;
  }

  .header_stack_1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 32px;
  }

  .txt_stack_1 {
    text-align: left;
    margin-bottom: 0;
    padding: 10px;
    font-size: 15px;
  }

  .header_stack_2 {
    font-size: 32px;
  }

  .paragraph-69 {
    font-size: 15px;
  }

  .txt_stack_2 {
    color: var(--white);
    font-size: 15px;
  }

  .image-33 {
    border-radius: 14px;
  }

  .img_stack_1 {
    border-radius: 10px;
    max-width: 100%;
    max-height: 300px;
  }

  .hero_ondasmm {
    background-image: url('../images/Captura-de-Pantalla-2024-05-07-a-las-10.47.20.png'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    height: 694px;
    max-height: 750px;
    margin-bottom: 11px;
  }

  .heading-87 {
    text-align: center;
  }

  .div-block-76 {
    margin-left: 10px;
  }

  .image-34 {
    border-radius: 20px;
  }

  .div_soluciones_cpf {
    background-color: #fff;
  }

  .div_sol_cpf_titulo {
    text-align: center;
    background-color: #44a23a;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    display: block;
  }

  .txt_div_sol_cpf_titulo {
    color: var(--white);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    background-color: #0000;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 34px;
    font-style: italic;
    text-decoration: none;
  }

  .txt_div_sol_cpf_texto {
    color: var(--black);
    text-align: left;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .paragraph-70 {
    text-align: justify;
    margin-top: 20px;
    font-size: 17px;
  }

  .text-block-13 {
    text-align: right;
    padding-right: 20px;
    font-size: 12px;
    font-style: italic;
  }

  .div-block-77 {
    max-width: 90%;
  }

  .div_ejec_sscc_frecuencia {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #000;
    border-radius: 1px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: grid;
  }

  .field_text {
    min-height: 0%;
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-color: #fcf6f6;
    background-clip: border-box;
    border: 1px solid #0000;
    border-radius: 1px;
  }

  .field_text:focus {
    color: #000;
    background-color: #d8d8d8;
    border-radius: 2px;
  }

  .field_text::placeholder {
    color: var(--medium);
  }

  .div-block-78 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    max-width: 100%;
    display: grid;
  }

  .heading-88 {
    aspect-ratio: auto;
    color: var(--dark);
    -webkit-text-stroke-color: var(--white);
    overflow-wrap: normal;
    background-color: #0000;
    border-radius: 20px;
    position: static;
  }

  .div-block-79 {
    max-width: 100%;
  }

  .sec_definiciones {
    max-width: 100%;
    margin-bottom: 11px;
  }

  .div-block-80 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div_contacto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 80%;
    display: block;
  }

  .div-block-81 {
    border-radius: 10px;
    padding: 10px;
  }

  .submit-button {
    text-align: center;
    border-radius: 10px;
  }

  .div-block-82 {
    text-align: right;
  }

  .heading-89 {
    color: var(--white);
    text-align: left;
    font-size: 32px;
  }

  .sect_dga_normativa {
    background-color: #fafafa;
    margin-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

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

  .sect_header_image {
    padding-bottom: 100px;
  }

  .div-block-84 {
    min-height: 600px;
  }

  .sect_contacto_2 {
    background-color: #ff9d00;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 500px;
    margin-bottom: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 0;
    max-width: none;
    display: grid;
  }

  .field_text-_proyecto {
    min-height: 120px;
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-color: #fcf6f6;
    background-clip: border-box;
    border: 1px solid #0000;
    border-radius: 1px;
  }

  .field_text-_proyecto:focus {
    color: #000;
    background-color: #d8d8d8;
    border-radius: 2px;
  }

  .field_text-_proyecto::placeholder {
    color: var(--medium);
  }

  .div-block-85 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .image-35 {
    box-sizing: border-box;
    mix-blend-mode: darken;
    object-fit: fill;
    margin-top: -30px;
    overflow: visible;
  }

  .div-block-86 {
    color: var(--black);
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-87 {
    background-color: #0000;
    background-image: linear-gradient(#f5f5f580, #f5f5f580), url('../images/MM_IMAGER.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_titulo_preguntas {
    text-align: center;
    text-decoration: none;
  }

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

  .div_mee_titulo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 450px;
    margin-bottom: 11px;
    display: grid;
  }

  .link-5 {
    color: #1e00ff;
    font-size: 11px;
  }

  .sect_titulo_sol {
    min-height: 250px;
    color: var(--white);
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 40px 20px;
    display: flex;
  }

  .heading-91 {
    font-weight: 400;
  }

  .sect_telemetria {
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .sect_caracteristica_sol {
    color: var(--light);
    background-color: #000;
    margin-bottom: 11px;
    padding: 40px 60px;
  }

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

  .sect_preguntas_frecuentes {
    color: var(--white);
    background-color: #333;
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .sect_qcloud {
    margin-bottom: 11px;
    padding: 40px 60px;
  }

  .div-block-91 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    margin-top: 40px;
    display: grid;
  }

  .paragraph-71 {
    letter-spacing: 3px;
    text-transform: capitalize;
    white-space: normal;
    word-break: normal;
    direction: ltr;
    font-size: 40px;
  }

  .heading-92 {
    letter-spacing: 0;
    text-indent: 0;
    font-family: DM Sans, sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.0625;
  }

  .heading-93 {
    font-weight: 500;
  }

  .div_t1_paragraph {
    color: var(--fafafa);
    font-size: 15px;
  }

  .div_t2_paragraph {
    font-size: 15px;
  }

  .div-block-92 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-94 {
    color: var(--white);
  }

  .sect_prop_valor {
    letter-spacing: 4px;
    background-color: #ebebeb;
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .heading-95 {
    text-align: center;
    margin-top: 0;
  }

  .preg_frec_header {
    font-size: 29px;
  }

  .preg_frec_paragraph {
    font-size: 20px;
  }

  .div-block-93, .div_proy_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .txt_stack_var_1 {
    text-align: center;
    font-size: 15px;
    font-style: italic;
  }

  .div-block-94 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: center;
    display: grid;
  }

  .heading-96 {
    text-align: center;
    font-size: 40px;
  }

  .heading-97 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-98 {
    font-size: 40px;
  }

  .sect_tecnologias {
    margin-bottom: 11px;
    padding-top: 0;
  }

  .list-item-6 {
    list-style-type: square;
  }

  .div_item {
    border: 1px #000;
    border-radius: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .div_item_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--white);
    background-color: #707070;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    place-items: center;
    padding: 10px 0;
    display: block;
  }

  .div_item_paragraph {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-72 {
    color: var(--black);
    margin-bottom: 0;
  }

  .div-block-95 {
    text-align: right;
  }

  .div_item_boton {
    opacity: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    min-height: 0%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .button-24 {
    border-radius: 20px;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-73 {
    color: var(--black);
    text-align: left;
    margin-bottom: 0;
  }

  .div_item_parag_grp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #3d3d3d;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch start;
    display: flex;
  }

  .div-block-97 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .div_item_header_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--black);
    text-align: center;
    -webkit-text-stroke-color: var(--black);
    background-color: #e6e6e6;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    place-items: center;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  .div_it_head_2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .div_it_parag_2 {
    color: #000;
    margin-bottom: 0;
  }

  .div_item_claro {
    border: 1px #000;
    border-radius: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .div_item_oscuro {
    border: 1px #000;
    border-radius: 1px;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .sect_resumen {
    min-height: 650px;
  }

  .slider-9 {
    min-height: 550px;
  }

  .slide-10 {
    vertical-align: middle;
    min-height: 0%;
  }

  .mask-3 {
    min-height: 0%;
  }

  .slide-11, .slide-12 {
    vertical-align: baseline;
  }

  .paragraph-74 {
    font-weight: 700;
  }

  .div-block-98 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 500px;
    display: grid;
  }

  .sol_coordinados_cen {
    text-align: left;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 20px 20px 40px;
    display: flex;
  }

  .div_sol_coord_cen {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 98%;
    margin-top: 40px;
    display: grid;
  }

  .div_sol_cen_item {
    max-width: 400px;
    display: block;
  }

  .qstack_1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
    min-height: 450px;
    max-height: none;
    color: var(--dark);
    background-color: #f5f5f5;
    border-radius: 20px 20px 0 0;
    flex: 0 auto;
    padding: 20px;
  }

  .qstack_1_cen-copy {
    max-width: 500px;
    min-height: 800px;
    max-height: 750px;
    color: var(--dark);
    background-color: #f5f5f5;
    border-radius: 20px;
    flex: 0 auto;
    padding: 0 0 20px;
  }

  .cell-8 {
    justify-content: space-between;
    align-items: stretch;
  }

  .cen_stack_item_header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .cen_stack_item_paragraph {
    text-align: left;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    display: block;
  }

  .cen_stack_cell {
    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;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .cen_stack_claro {
    max-width: 100%;
    min-height: 850px;
    max-height: 100%;
    color: var(--black);
    background-color: #f1f1f1;
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
    padding: 5px 0 20px;
  }

  .cen_stack_item_img {
    max-height: 250px;
  }

  .cen_stack_osc {
    max-width: 100%;
    min-height: 850px;
    max-height: 100%;
    color: var(--white);
    background-color: #1f1f1f;
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
    padding: 5px 0 20px;
  }

  .cen_stack_it_parag_osc {
    margin-bottom: 0;
    font-size: 15px;
  }

  .cen_stack_it_header_osc {
    font-size: 32px;
  }

  .div_res_cen {
    color: var(--white);
    text-align: center;
    background-color: #000;
    padding: 20px 40px;
  }

  .div_res_cen_parag {
    text-align: center;
  }

  .div_proy_grp {
    justify-content: center;
    align-items: center;
    min-height: 350px;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 100px;
    display: flex;
  }

  .proy_stack_claro {
    background-color: #e9e9e9;
    border-radius: 20px;
    min-height: 350px;
  }

  .proy_stack_osc {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    min-height: 350px;
  }

  .proy_stack_cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .proy_stack_cell_img {
    justify-content: center;
    align-items: center;
  }

  .proy_stack_cell_it_header_osc {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .proy_stack_cell_it_parag {
    text-align: justify;
    margin-bottom: 0;
    font-size: 15px;
  }

  .proy_stack_cell_it_parag_2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
  }

  .proy_stack_cell_it_img {
    max-width: 450px;
    max-height: 250px;
  }

  .proy_stack_cell_header_osc {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .proy_stack_cell_parag_osc {
    text-align: justify;
    margin-bottom: 0;
    font-size: 15px;
  }

  .hero_centro_control {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 694px;
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0009, #0009), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    display: flex;
  }

  .hero_cc_header {
    text-align: center;
  }

  .div-block-99 {
    min-height: 200px;
    text-decoration: none;
  }

  .cc {
    text-align: left;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 20px 20px 40px;
    display: flex;
  }

  .div_cc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    place-items: center;
    max-width: 98%;
    margin-top: 40px;
    display: grid;
  }

  .div_cc_item {
    max-width: 400px;
    display: block;
  }

  .cc_stack_claro {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 850px;
    max-height: 100%;
    color: var(--black);
    text-align: left;
    object-fit: contain;
    background-color: #f1f1f1;
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
    padding: 5px 0 20px;
  }

  .cc_stack_cell, .cen_stack_cell-copy {
    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;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cc_stack_item_header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .cc_stack_item_paragraph {
    text-align: left;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    display: block;
  }

  .cc_stack_osc {
    max-width: 100%;
    min-height: 850px;
    max-height: 100%;
    color: var(--white);
    background-color: #1f1f1f;
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
    padding: 5px 0 20px;
  }

  .cc_stack_item_img {
    max-height: 250px;
  }

  .cc_stack_cell_img {
    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;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cc_stack_it_parag_osc {
    margin-bottom: 0;
    font-size: 15px;
  }

  .cc_stack_it_header_osc {
    text-align: center;
    font-size: 32px;
  }

  .hero_varios {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 694px;
    color: var(--white);
    background-image: linear-gradient(#0009, #0009), url('../images/1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_varios_header {
    text-align: center;
  }

  .qstack_sol_cell {
    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;
    display: flex;
  }

  .qstack_sol_cell_img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-100 {
    min-width: 100%;
    min-height: 350px;
  }

  .div-block-101 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .div-block-102 {
    cursor: pointer;
    background-color: #3898ec;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    display: flex;
  }

  .button-25 {
    border-radius: 10px;
    min-width: 100%;
    max-width: 100%;
    padding-top: 7px;
  }

  .div_grp_claro {
    min-height: 400px;
    max-height: 100%;
    color: var(--white);
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
  }

  .div_grp_claro_img {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .div_grp_claro_boton {
    text-align: center;
  }

  .div_grp_stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    max-width: none;
    margin-bottom: 0;
    display: grid;
  }

  .div_grp_leermas {
    text-align: center;
    cursor: pointer;
    background-color: #0000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .div_grp_it_header {
    color: var(--black);
    font-size: 32px;
  }

  .div_grp_it_parag {
    color: var(--black);
    font-size: 16px;
  }

  .div_grp_osc {
    min-height: 100%;
    max-height: 100%;
    color: var(--white);
    background-color: #181818;
    border-radius: 20px;
    padding: 20px;
  }

  .div_grp_osc_img {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .div_grp_it_head_osc {
    color: var(--white);
    font-size: 32px;
  }

  .div_grp_it_parag_osc {
    color: var(--white);
    font-size: 15px;
  }

  .slide-13 {
    vertical-align: baseline;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div_partnership {
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
    max-height: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div_part_contenido {
    min-height: 0%;
    max-height: 100%;
    color: var(--white);
    background-color: #0000;
    border-radius: 20px 20px 0 0;
    padding: 0;
  }

  .div_part_img {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-103 {
    align-self: auto;
    margin-bottom: 100px;
  }

  .mask-4 {
    align-self: auto;
    min-height: 550px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div_part_stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    max-width: none;
    margin-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .div_part_it_header {
    color: var(--black);
    font-size: 32px;
  }

  .div_part_it_parag {
    color: var(--black);
    font-size: 16px;
  }

  .img_part_it {
    object-fit: fill;
    border-radius: 15px;
    max-width: 100%;
    max-height: 300px;
    overflow: auto;
  }

  .div_grp_soluciones {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .image-36 {
    max-width: 80%;
  }

  .quick-stack-6, .quick-stack-7, .quick-stack-8 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    max-width: 80%;
    margin-left: 0;
  }

  .quick-stack-9, .quick-stack-10, .quick-stack-11, .quick-stack-12, .quick-stack-13, .quick-stack-14 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .sect_dna_drone {
    background-color: #fafafa;
    margin-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .div_dna_titulo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-height: 450px;
    color: var(--white);
    background-color: #000;
    border-radius: 20px 20px 0;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .div_dna_tit_txt_subtitulo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div_dna_tit_txt_text {
    color: var(--white);
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .div_dna_titulo_img {
    border-radius: 0;
  }

  .div_dna_tit_txt_header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-37 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .div_block_img-_2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-38 {
    mix-blend-mode: multiply;
    border-radius: 20px;
  }

  .image-39 {
    border-radius: 20px;
  }

  .div_blck_mmimager {
    background-color: #0000;
    background-image: linear-gradient(#f5f5f5d9, #f5f5f5d9), url('../images/MM_IMAGER.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_blck_matiamercat {
    background-color: #0000;
    background-image: linear-gradient(#f5f5f5bf, #f5f5f5bf), url('../images/matia_mercat_3.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_blck_dnadrone {
    background-color: #0000;
    background-image: linear-gradient(#f5f5f5bf, #f5f5f5bf), url('../images/dna_drone_2.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect_matmercat, .sect_mm_imager {
    background-color: #fafafa;
    margin-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .qstack_consult {
    box-sizing: border-box;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    aspect-ratio: auto;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    color: var(--dark);
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    flex: 0 auto;
    padding: 20px 0;
    overflow: auto;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qstack_capacit {
    box-sizing: border-box;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    aspect-ratio: auto;
    max-width: 100%;
    min-height: 400px;
    max-height: 100%;
    color: var(--dark);
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    flex: 0 auto;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: auto;
  }

  .qstack_capact_2 {
    min-height: 400px;
    max-height: none;
    color: var(--white);
    background-color: #3d3d3d;
    border-radius: 20px;
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .qstack_sop {
    box-sizing: border-box;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    aspect-ratio: auto;
    max-width: 100%;
    min-height: 450px;
    max-height: 100%;
    color: var(--dark);
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    padding: 20px;
    overflow: auto;
  }

  .qstack_sop_2 {
    min-height: 450px;
    max-height: none;
    color: var(--white);
    background-color: #3d3d3d;
    border-radius: 20px;
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .div_bloack_tec {
    color: var(--white);
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .div_grp_sol_1 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 0%;
    max-height: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div_block_virt {
    color: var(--white);
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .div_block_virt_item {
    border: 1px solid #000;
    border-radius: 1px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_blck_virt_descripcion {
    color: var(--black);
    background-color: #0000;
    padding: 40px;
  }

  .div-block-104 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-26 {
    background-color: #ec5038;
    border-radius: 20px;
  }

  .sect_distribucion {
    margin-bottom: 11px;
  }

  .hero_gest_hidrica {
    background-image: linear-gradient(#00000080, #00000080), url('../images/tecnopozo-permitira-que-agricultores-cumplan-la-norma-de-extraccion-de-aguas-en-pozos-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .div_blck_gest_hidrica {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_grp_btn_contacto {
    text-align: center;
    cursor: pointer;
    background-color: #0000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .exp_gabinetes_hero {
    background-image: linear-gradient(#0009, #0009), url('../images/bigstock--194366713025x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-105 {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-106 {
    min-height: 250px;
  }

  .div-block-107 {
    text-align: left;
  }

  .div-block-108 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: grid;
  }

  .div-block-109 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-110 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 40px;
    display: grid;
  }

  .div-block-111 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-112 {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-36 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 100%;
    color: var(--white);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .sec_highlight_work {
    max-width: 100%;
    margin-bottom: 11px;
  }

  .hero_solmilitares {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Captura-de-Pantalla-2024-05-07-a-las-10.47.20.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .heading-103 {
    color: var(--black);
  }

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

  .div-block-116 {
    margin-top: 40px;
  }

  .body_acercade {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2019_TorresdelPaine_L6A3506_miradorserrano_ca_t20.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .sect_clientes {
    background-color: #ffbf00;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 700px;
    max-height: none;
    margin-bottom: 11px;
    padding: 20px;
    display: flex;
  }

  .virt_descr_header {
    color: var(--black);
  }

  .virt_descr_texto {
    color: #000;
    text-decoration: none;
  }

  .image-42 {
    text-align: left;
    width: 180px;
    height: 60px;
  }

  .hero_cert {
    background-color: #fcfcfc;
    margin-bottom: 11px;
    padding: 40px 20px 40px 40px;
  }

  .txt_cert {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
  }

  .hero_ai {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_26_11.480Z.png'), linear-gradient(to bottom, var(--black), var(--black));
    opacity: 1;
    filter: drop-shadow(0 2px 5px #000000b3);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 694px;
    max-height: 750px;
    margin-bottom: 11px;
  }

  .div_leer_contacto_ai {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    justify-items: center;
    margin-top: 140px;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .container-38-right {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-quote {
    text-align: left;
  }

  .heading-109 {
    text-align: center;
  }

  .sect_caract_tecnicas {
    color: var(--light);
    background-color: #614343;
    margin-bottom: 11px;
    padding: 40px 60px;
  }

  .heading-110 {
    text-align: center;
  }

  .hero_gest_apr {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Agua-potable-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .sect_preg_apr {
    color: var(--dark);
    background-color: #fff;
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .hero_ssr {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Agua-potable-1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .centered-container-ssr {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: .83;
    max-width: 90%;
    color: var(--white);
    background-color: #080808;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: start stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-duration: .45s;
    display: block;
    position: static;
  }

  .sect_cne_normativa {
    background-color: #fafafa;
    margin-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .sect_pmu_solucion {
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .container-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    mix-blend-mode: normal;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 5px 2px 5px 5px #0003;
  }

  .cont_sol_titulo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    mix-blend-mode: normal;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    position: static;
    left: 0;
    box-shadow: 5px 2px 5px 5px #0003;
  }

  .sect_titulo_2_sol {
    min-height: 250px;
    color: var(--black);
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    padding: 40px 20px;
    display: flex;
  }

  .hero_pmu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero_gest_pmu {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .container-40 {
    border: 0 solid #000;
    border-radius: 20px;
    padding: 20px 20px 40px 40px;
    box-shadow: 5px 2px 8px 3px #0003;
  }

  .centered-container-pmu {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 1;
    max-width: 90%;
    color: var(--white);
    background-color: #08080880;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: start stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-duration: .45s;
    display: block;
    position: static;
  }

  .hero_gest_prs {
    background-image: linear-gradient(#00000080, #00000080), url('../images/g_img_PRS.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 11px;
  }

  .sect_prs_normativa {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #fafafa;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 100%;
    max-height: none;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
    display: block;
    overflow: hidden;
  }

  .div_prs_titulo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 450px;
    margin-bottom: 11px;
    display: grid;
  }

  .div_mee_titulo-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 450px;
    margin-bottom: 11px;
    display: grid;
  }

  .div_blck_gest_prs {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr 1fr;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_prs_exigencias {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    max-height: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .div_prs_titulo_final {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 450px;
    margin-top: 20px;
    margin-bottom: 11px;
    display: grid;
  }

  .paragraph-20_a, .paragraph-20_a0 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .sect_prs_solucion {
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .sect_prop_valor_prs {
    color: var(--white);
    letter-spacing: 4px;
    background-color: #000;
    margin-bottom: 11px;
    padding: 40px 20px;
  }

  .hero_prs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/g_img_PRS.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .centered-container-prs {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 1;
    max-width: 90%;
    color: var(--white);
    background-color: #080808cf;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: start stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-duration: .45s;
    display: block;
    position: static;
  }

  .sect_ai_normativa {
    background-color: #fafafa;
    margin-bottom: 11px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .div-block-118 {
    text-align: right;
  }

  .sect_caract_tec_ia {
    color: var(--light);
    background-color: #614343;
    margin-bottom: 11px;
    padding: 40px 60px;
  }

  .sect_ia_resumen, .container-41 {
    max-width: none;
  }

  .hero_ia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 694px;
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0009, #0009), url('../images/Google_AI_Studio_2025-10-13T19_26_11.480Z.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
    display: flex;
  }

  .hero_soluciones {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: none;
    background-clip: border-box;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero_tech {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .hero_finanzas {
    background-image: url('../images/frecuencia_1672823621014.jpeg');
    grid-template-columns: 1fr;
  }

  .div-block-119 {
    background-color: #000000b3;
    border-radius: 20px;
    padding: 20px 40px;
  }

  .container-43 {
    background-image: url('../images/download-2.png');
    background-position: 0 0;
    background-size: cover;
    flex: 1;
  }

  .image-43 {
    max-height: 100%;
  }

  .div-block-120 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/download-2.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    min-height: 750px;
    display: grid;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .qs_soluciones {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/download-2.png');
    background-position: 0 0;
    background-size: cover;
    min-height: 750px;
  }

  .cell-10 {
    text-align: center;
    background-color: #000000ab;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .hero_soluciones-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: none;
    background-clip: border-box;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero_prod {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: url('../images/quantica_map.gif');
    background-position: 50%;
    background-size: 100% 100%;
    background-clip: border-box;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .qs_productos {
    min-height: 750px;
  }

  .hero_finanazas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: none;
    background-clip: border-box;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .qs_finanzas {
    background-image: url('../images/download_1.png');
    background-position: 0 0;
    background-size: cover;
    min-height: 750px;
  }

  .ix-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-44 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .image_cover {
    max-height: 100%;
    display: block;
  }

  .position_relative {
    text-align: left;
  }

  .mobile-2-col.gap-xsmall {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .height_100percent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .hero_back {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 500px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: grid;
  }

  .grid_3-col.gap-medium {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .input_field.on-inverse {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-2 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .section-13 {
    margin-top: 0;
  }

  .link-block-3, .link-block-4 {
    color: var(--white);
  }

  .section-14 {
    min-height: 300px;
  }

  .hero_sitr_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_10_41.648Z.png');
    background-position: 50% 0;
    background-size: auto;
    background-attachment: fixed;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 694px;
    max-height: 750px;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero_separador {
    background-color: #0000;
  }

  .container-46 {
    max-width: 80%;
  }

  .dd_mnu {
    color: var(--white);
    display: inline-block;
  }

  .text-block-14 {
    color: var(--white);
  }

  .dd_icon {
    background-color: #c8ff00;
  }

  .container-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.25fr .25fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: 100%;
    display: grid;
  }

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

  .dropdown-toggle-2 {
    float: none;
    color: var(--white);
    text-overflow: clip;
    background-color: #0000;
    padding: 20px;
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .proy_nav-grid {
    background-color: #0000;
    background-image: none;
  }

  .nav-logo-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-logo {
    mix-blend-mode: hard-light;
  }

  .menu_main {
    background-color: #000;
  }

  .container-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-37 {
    max-width: 90%;
  }

  .hero_cert {
    mix-blend-mode: normal;
    background-color: #0000000f;
    background-image: none;
    background-size: auto;
  }

  .container-40 {
    background-color: #fff;
  }

  .centered-container-prs {
    border-radius: 20px;
  }

  .sect_ai_normativa {
    text-align: left;
    max-width: none;
  }

  .container-41, .container-46 {
    max-width: 80%;
  }

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

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .dropdown-2 {
    background-color: var(--dark-transparent);
    text-align: left;
    font-size: 25px;
  }

  .dropdown-list-2 {
    background-color: #000000d9;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--white);
  }

  .dd_mnu {
    color: #fff;
  }

  .text-block-14 {
    color: #fff;
    letter-spacing: 2px;
    text-indent: 0;
    background-color: #c8ff0000;
    font-size: 16px;
  }

  .icon-3 {
    letter-spacing: 5px;
    background-color: #fdfdfd;
  }

  .dd_icon {
    background-color: #c8ff00;
    min-width: 10px;
    min-height: 10px;
  }

  .container-47 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 4.75fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: 90%;
    display: grid;
  }

  .container-48 {
    max-width: 90%;
  }

  .image-44, .div-block-125 {
    border-radius: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white);
  }

  .navbar {
    padding-top: 0;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .footer-flex-container {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
  }

  .brand {
    padding-left: 0;
    position: relative;
    inset: 0% auto auto -157%;
  }

  .icon-2 {
    float: left;
    clear: left;
    text-align: right;
    position: relative;
    right: -304px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

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

  .centered-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 70%;
    padding-top: 20px;
    display: flex;
  }

  .cards-grid-container-cursos {
    grid-column-gap: 20px;
  }

  .proy_nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  .nav-logo-link.w--current, .menu_main {
    background-color: #000;
  }

  .footer_main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 40px;
  }

  .hero_telemetria {
    background-position: 50%;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .mobile-nav-link {
    cursor: pointer;
    width: 100%;
    text-decoration: none;
  }

  .mobile-nav-link:hover {
    opacity: .6;
  }

  .nav_links_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .written_content {
    flex: 1;
  }

  .mobile-nav-link-contain {
    border-bottom: 1px solid #15113b;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .mobile-nav-link-contain:hover {
    opacity: .6;
  }

  .mobile-nav-link-contain.bottom_link {
    border-bottom-style: none;
  }

  .mobile-nav-link-contain.expand {
    cursor: pointer;
    flex-direction: column;
  }

  .mobile-nav-link-contain.expand:hover {
    opacity: 1;
  }

  .outlined_button {
    display: inline-block;
  }

  .outlined_button.mobile_login {
    margin-top: 0;
    padding-top: 10px;
  }

  .outlined_button.dark_outline {
    display: none;
  }

  .hamburger_line {
    background-color: #15113b;
    width: 25px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .mega_nav_icon_wrap {
    display: none;
  }

  .nav-menu-2 {
    background-color: #ffd343;
    width: 100vw;
    margin-top: 84px;
    padding: 10px 60px 20px;
    position: absolute;
    overflow: auto;
  }

  .mega_menu_title-box {
    display: none;
  }

  .sub_links_header {
    cursor: pointer;
    background-color: #15113b;
    align-items: center;
    min-height: 60px;
    padding: 10px 26px;
    display: none;
  }

  .sub_links_header.login {
    background-color: #15113b;
    justify-content: flex-end;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .mega_menu_sub_title {
    display: none;
  }

  .cart-wrapper {
    z-index: 101;
  }

  .expand_heading {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  ._2_col_grid.mega_nav_links {
    flex-flow: column wrap;
    display: block;
  }

  ._2_col_grid.contact-v1 {
    grid-column-gap: 30px;
    padding-top: 0;
  }

  .mobile_menu {
    z-index: 130;
    background-color: #ffd343;
    min-height: 100vh;
    margin-top: 65px;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: auto;
    transform: translate(-100%);
  }

  .mega-menu-main-content {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .hamburger_wrap {
    cursor: pointer;
    display: block;
  }

  .mobile_menu_content {
    opacity: 1;
    display: block;
  }

  .nav_link {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
  }

  .container-17.mega_nav_container {
    align-items: flex-start;
    display: flex;
  }

  .mobile-links-wrap {
    margin-top: 64px;
    padding: 26px 26px 100px;
    overflow: auto;
  }

  .mega_nav_link {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle.w--open {
    position: static;
  }

  .dropdown-list.w--open {
    z-index: 1000;
    position: absolute;
    top: 64%;
  }

  .navbar-3 {
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    display: flex;
  }

  .sub_links_contain {
    display: block;
  }

  .arrow_contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    display: flex;
  }

  .nav-container {
    width: 100%;
    max-width: 100%;
    min-height: 65px;
    max-height: 65px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .arrow_line {
    background-color: #15113b;
    width: 20px;
    height: 1px;
    transform: rotate(45deg);
  }

  .arrow_line.bottom {
    transform: translate(0, 13px)rotate(-45deg);
  }

  .contact-content {
    width: 100%;
    margin-top: 0%;
    padding-right: 0;
  }

  .h2_wrapper {
    padding-bottom: 10px;
  }

  .contact_image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    right: 0;
  }

  .section {
    padding: 50px 5% 65px;
  }

  .section.contact-v1-section {
    padding-top: 65px;
  }

  .contact-form-v1 {
    padding-left: 0;
    padding-right: 0;
  }

  .login-logo-image {
    margin-bottom: 7px;
  }

  .log_in_side {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .log_in_side.right_side {
    display: flex;
  }

  .footer_main-copy, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container-proyectos, .cards-grid-container-control, .cards-grid-container-bigdata, .cards-grid-container-virt, .cards-grid-container-certif, .cards-grid-container-part, .cards-grid-container-otros {
    grid-column-gap: 20px;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .cc_automatizacion {
    background-color: #00000082;
  }

  .hero_cpf {
    background-position: 0%;
    background-size: cover;
  }

  .h_cpf {
    text-align: center;
  }

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

  .cell-3 {
    justify-content: center;
    align-items: stretch;
  }

  .paragraph-66 {
    min-height: 150px;
    max-height: 10%;
    display: none;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-height: 440px;
  }

  .img_stack_1 {
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 10px;
    min-width: 300px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
  }

  .sect_prop_valor {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div_item, .div_item_claro, .div_item_oscuro {
    margin-bottom: 20px;
  }

  .div_proy_grp {
    flex-flow: column;
    display: block;
  }

  .hero_centro_control {
    background-image: linear-gradient(#0000, #0000), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .button-25 {
    border-radius: 10px;
  }

  .div_grp_claro_img {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 0;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .div_grp_osc_img {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

  .div_part_img {
    text-align: center;
    align-self: auto;
  }

  .div_part_stack {
    flex-flow: column;
    display: flex;
  }

  .div_part_it_parag {
    font-size: 15px;
  }

  .img_part_it {
    max-width: 50%;
    max-height: 50%;
  }

  .div_grp_soluciones {
    padding-left: 0;
    padding-right: 0;
  }

  .div_dna_titulo {
    flex-flow: column;
    display: flex;
  }

  .div_dna_tit_txt_subtitulo, .div_dna_tit_txt_text {
    text-align: center;
  }

  .div_dna_titulo_img {
    align-self: center;
  }

  .div_dna_tit_txt_header {
    text-align: center;
  }

  .image-37 {
    text-align: left;
  }

  .div_bloack_tec {
    padding-top: 20px;
  }

  .div_block_virt_item {
    display: flex;
  }

  .div_blck_gest_hidrica {
    grid-template-columns: 1.25fr;
  }

  .image-40 {
    max-height: 200px;
  }

  .image-41 {
    max-height: 150px;
  }

  .sect_clientes {
    background-color: #ffbf00;
    min-height: 0;
  }

  .hero_ai {
    background-image: linear-gradient(#0000, #0000), url('../images/Google_AI_Studio_2025-10-13T19_03_58.805Z.png');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .container-38-right {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-38-left {
    max-width: 728px;
  }

  .sect_preg_apr {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero_ssr {
    background-position: 50%;
  }

  .centered-container-ssr {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .hero_pmu {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
  }

  .container-40 {
    max-width: 85%;
    padding-left: 10px;
    box-shadow: 4px -3px 20px #0003;
  }

  .centered-container-pmu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .div_blck_gest_prs {
    grid-template-columns: 1.25fr;
  }

  .sect_prop_valor_prs {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero_prs {
    background-image: url('../images/g_img_PRS.png');
    background-position: 0 100%;
  }

  .centered-container-prs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #00000059;
    border-radius: 20px;
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .hero_ia {
    text-align: center;
    background-image: linear-gradient(#0000, #0000), url('../images/Google_AI_Studio_2025-10-13T19_26_11.480Z.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .hero_soluciones {
    background-image: url('../images/download-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .hero_tech {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
  }

  .hero_finanzas {
    background-position: 0%;
    background-size: cover;
  }

  .cell-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero_soluciones-copy {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
  }

  .hero_prod {
    background-image: url('../images/download-3.png');
    background-position: 50%;
    margin-top: 10px;
    display: block;
  }

  .qs_productos {
    flex: 1;
    margin-top: 0;
  }

  .hero_finanazas {
    background-image: url('../images/download_1.png');
    background-position: 50%;
    margin-top: 10px;
  }

  .eyebrow {
    display: block;
  }

  .heading_primary {
    text-align: center;
    max-width: none;
    display: block;
  }

  .container-44 {
    grid-template-rows: auto auto;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header {
    order: -1;
  }

  .mobile-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid_3-col.gap-medium {
    display: block;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

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

  .div-block-122 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 85%;
    display: block;
    position: static;
  }

  .heading_primary-copy {
    text-align: left;
    max-width: none;
    display: block;
  }

  .container-45 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .heading_primary-2 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    max-width: none;
    display: block;
  }

  .hero_sitr_2 {
    background-image: url('../images/g_img_PRS.png');
    background-position: 0 0;
    max-height: 750px;
  }

  .container-46 {
    width: 100%;
    max-width: none;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .heading-121 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    max-height: none;
    margin-left: 0;
    overflow: visible;
  }

  .heading-122 {
    flex: 1;
    align-self: center;
    max-height: none;
    margin-left: 40px;
    margin-right: 100px;
    padding-left: 40px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0;
  }

  .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

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

  .brand {
    left: -133%;
  }

  .icon-2 {
    right: -218px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .footer-copy {
    padding: 40px 20px;
  }

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

  .cards_soluciones {
    padding: 40px 20px;
  }

  .centered-container {
    padding-top: 20px;
  }

  .cards-grid-container-cursos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-image-mask {
    text-align: center;
    padding-top: 25%;
  }

  .cards-image {
    text-align: center;
    max-width: 70%;
    position: absolute;
    left: 14%;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

  .proy_nav-grid {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-content, .hero-overlay {
    padding: 40px 20px;
  }

  .menu_main {
    position: relative;
  }

  .hero-coordinados, .footer_main {
    padding: 40px 20px;
  }

  .footer-flex-container-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .hero_coordinados {
    padding: 40px 20px;
  }

  .hero_telemetria {
    background-position: 50%;
    padding: 40px 20px;
  }

  .hero_digitalizacion, .hero_ccontrol {
    padding: 40px 20px;
  }

  .cards_certpart {
    margin-top: 10px;
    padding: 40px 20px;
  }

  .gallery_clientes {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gallery-thumbnail {
    max-width: 50%;
  }

  .elect_claro {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .elect_03 {
    padding: 40px 20px;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .hero_ciberseguridad {
    background-size: cover;
    padding: 40px 20px;
  }

  .proy_call_1, .proy_sect_claro, .call_4, .call_s4, .call_s5, .call_5, .call_2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay-2, .hero-overlay-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-3 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    max-width: 80%;
  }

  .written_content {
    text-align: center;
  }

  .outlined_button.mobile_login {
    padding-top: 10px;
  }

  .hamburger_line {
    height: 1px;
  }

  .button.w--current {
    margin-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-2 {
    height: auto;
  }

  .brand-2.w--current {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-sub-link {
    text-align: left;
  }

  ._2_col_grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  ._2_col_grid.contact-v1 {
    flex-direction: column;
    padding-top: 41px;
  }

  .mobile_menu {
    margin-top: 65px;
  }

  .h4 {
    text-align: center;
  }

  .navbar-3 {
    min-height: auto;
    padding: 2px 3%;
  }

  .nav-container {
    min-height: auto;
  }

  .contact-content {
    text-align: center;
    padding-right: 0;
  }

  .h2_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h2_wrapper.contact_h2_wrapper {
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_image {
    width: 50%;
    margin-top: 30px;
    right: 0;
  }

  .section {
    padding: 40px 4%;
  }

  .form {
    text-align: center;
  }

  .contact-form-v1 {
    width: 100%;
    padding: 16px 0 0;
  }

  .h_div {
    background-color: #09d5b0;
  }

  .home_link {
    text-align: left;
    width: 100%;
  }

  .home_link.login_home_link {
    margin-bottom: 0;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .login-logo-image {
    margin-left: 0;
  }

  .log_in_side {
    width: 90%;
  }

  .log_in_side.right_side {
    display: none;
  }

  .registation_written_content_contain {
    width: 100%;
  }

  .registration-form {
    text-align: center;
  }

  .registration_form_block {
    width: 90%;
  }

  .forogt_password_form {
    width: 95%;
  }

  .back_to_login_link {
    justify-content: center;
  }

  .hero-overlay-4, .footer_main-copy, .hero-overlay-5, .footer, .hero-overlay-6 {
    padding: 40px 20px;
  }

  .paragraph-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container-proyectos, .cards-grid-container-control, .cards-grid-container-bigdata, .cards-grid-container-virt, .cards-grid-container-certif, .cards-grid-container-part, .cards-grid-container-otros {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .pre-integracion, .post_integracion, .otros_cen_1, .otros_cen_2, .otros_cen_3, .otros_cen_4, .integracion-2, .sect_contacto, .sect_cpf, .sect_soluciones, .feature-section-clara {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .feature-section-oscura, .elect_osc, .ctrl_01, .ctrl_02, .ctrl_03, .ctrl_04, .virt_01, .virt_02, .ciber_01, .cs_01, .cs_02, .hero-overlay-7, .hero-overlay-8, .hero-overlay-dist, .proy_hero, .hero-overlay-10 {
    padding: 40px 20px;
  }

  .sticky-nav-cons {
    position: relative;
  }

  .sop_claro, .acer_claro, .acer_osc, .sect_proyecto_2_claro, .sect_proyecto_osc, .sect_proyecto_2_osc, .sect_gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .cs_hero, .capac_hero, .exp_dist_hero, .exp_sop_hero, .exp_proy_hero, .sol_cems_hero, .sol_bigdatacems_hero, .sol_ciber_hero, .hero-overlay-11 {
    padding: 40px 20px;
  }

  .container-23, .container-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-chk {
    margin-left: auto;
    margin-right: auto;
  }

  .cc_automatizacion {
    background-color: #00000075;
  }

  .h_cpf {
    text-align: center;
  }

  .button_leer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-60 {
    margin-top: 20px;
  }

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

  .hero_solgroup {
    padding: 20px;
  }

  .sect_header {
    padding: 40px 20px;
  }

  .div-block-66 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero_ondasmm {
    padding: 40px 20px;
  }

  .div_block_txt {
    max-width: 74%;
    display: block;
  }

  .sect_contacto_2 {
    padding: 40px 20px;
  }

  .cen_stack_item_img {
    max-height: 250px;
  }

  .hero_centro_control {
    background-image: linear-gradient(#0000, #0000), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .cc_stack_item_img {
    display: none;
  }

  .button-25 {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_grp_stack {
    flex-flow: column;
    display: flex;
  }

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

  .div_blck_mmimager, .div_blck_matiamercat, .div_blck_dnadrone {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero_gest_hidrica {
    padding: 40px 20px;
  }

  .div_blck_gest_hidrica {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .exp_gabinetes_hero, .hero_solmilitares {
    padding: 40px 20px;
  }

  .paragraph-77 {
    text-align: center;
  }

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

  .bold-text-14 {
    font-size: 22px;
  }

  .hero_ai {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_23_34.934Z.png');
    background-position: 0 0;
    background-size: cover;
    padding: 40px 20px;
  }

  .hero-heading-left, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .heading-109 {
    text-align: center;
  }

  .hero_gest_apr {
    padding: 40px 20px;
  }

  .hero_ssr {
    background-position: 50%;
    padding: 40px 20px;
  }

  .centered-container-ssr {
    padding-top: 20px;
  }

  .hero_pmu {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
    padding: 40px 20px;
  }

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

  .hero_gest_pmu {
    padding: 40px 20px;
  }

  .container-40 {
    max-width: 85%;
    padding: 20px;
  }

  .centered-container-pmu {
    padding-top: 20px;
  }

  .hero_gest_prs {
    height: auto;
    max-height: none;
    padding: 40px 20px;
  }

  .div_prs_titulo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div_blck_gest_prs {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

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

  .paragraph-20_a, .paragraph-20_a0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_prs {
    background-image: url('../images/g_img_PRS.png');
    background-position: 0 100%;
    padding: 40px 20px;
  }

  .centered-container-prs {
    padding-top: 20px;
  }

  .hero_ia {
    background-image: linear-gradient(#0000, #0000), url('../images/Google_AI_Studio_2025-10-13T19_26_03.092Z.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .hero_soluciones {
    background-image: url('../images/download-2.png');
    background-position: 0 0;
    padding: 40px 20px;
  }

  .hero_tech {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
    padding: 40px 20px;
  }

  .cell-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_soluciones-copy {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-position: 50%;
    padding: 40px 20px;
  }

  .hero_prod {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/download-3.png');
    background-position: 50%;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 20px;
    display: flex;
  }

  .qs_productos {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero_finanazas {
    background-image: url('../images/download_1.png');
    background-position: 0 100%;
    padding: 40px 20px;
    display: block;
  }

  .section-12.is-accent-primary {
    padding-top: 2rem;
  }

  .ix-link-wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading_primary {
    font-size: 4.7rem;
  }

  .container-44 {
    font-size: 10px;
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .header {
    margin-bottom: 2rem;
  }

  .mobile-2-col, .grid_3-col {
    grid-template-columns: 1fr;
  }

  .heading-112 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-medium {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .form_item {
    flex: 0 auto;
  }

  .form-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-122 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    max-width: 80%;
    display: block;
  }

  .heading_primary-copy {
    font-size: 5em;
  }

  .gallery-scroll, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .heading_primary-2 {
    font-size: 3.7rem;
  }

  .heading-120 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .hero_sitr_2 {
    background-image: url('../images/g_img_PRS.png');
    background-position: 0 100%;
    padding: 40px 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .heading-121 {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .nav-link {
    background-color: var(--black);
    color: var(--white);
  }

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    float: none;
    clear: none;
    left: auto;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    display: none;
  }

  .brand {
    left: -72%;
  }

  .icon-2 {
    right: -115px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .cont_partners_of, .cont_alianzas_of {
    height: auto;
  }

  .cont_prod_4 {
    grid-column-gap: 16px;
    height: auto;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr;
    place-items: center;
    display: block;
  }

  .link-2 {
    font-size: 12px;
  }

  .sec_x4 {
    flex-direction: column;
    display: flex;
  }

  .heading-4 {
    color: var(--black);
  }

  .paragraph-5 {
    text-align: center;
  }

  .cont_prod_2 {
    grid-template-rows: auto auto min-content;
    height: auto;
  }

  .cont_prod_3 {
    background-color: #eee;
    height: auto;
  }

  .footer-copy {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14 {
    flex-direction: column;
  }

  .image-9, .image-10, .image-11 {
    max-width: 80%;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-6, .heading-7, .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    color: var(--black);
    text-align: center;
  }

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

  .centered-container {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cards-grid-container-cursos {
    grid-column-gap: 20px;
    object-fit: scale-down;
    object-position: 50% 50%;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: .75fr;
    justify-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image-mask {
    text-align: center;
    flex-direction: column;
    align-items: center;
    left: 0;
  }

  .cards-image {
    align-self: center;
    position: absolute;
  }

  .flex-container {
    text-align: left;
  }

  .sticky-nav {
    padding: 0;
  }

  .proy_nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    border: 1px #000;
  }

  .mnu_proy {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu_main {
    text-align: left;
    padding: 0 0 20px;
  }

  .menu_flotante {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding: 0 10px;
  }

  .footer_main {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .hero_coordinados {
    height: 1000px;
    max-height: 1000px;
  }

  .div_leer_contacto {
    justify-content: space-between;
    place-items: center;
    margin-bottom: 40px;
  }

  .button_contacto {
    margin-left: 10px;
  }

  .hero_telemetria {
    background-size: cover;
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .hero_digitalizacion {
    height: 1200px;
    max-height: 1200px;
    margin-bottom: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .hero_ccontrol {
    height: 800px;
    max-height: 800px;
  }

  .gallery_clientes {
    max-height: 100%;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section_covid {
    height: 80px;
    max-height: 80px;
    position: static;
  }

  .text-block-5 {
    text-align: center;
  }

  .feature-image-mask {
    height: 100%;
    max-height: 40%;
  }

  .feature-image {
    height: 50%;
  }

  .cards-image-mask-2 {
    object-fit: cover;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-link-4 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero_ciberseguridad {
    height: 800px;
    max-height: 900px;
  }

  .button-11 {
    font-size: 12px;
  }

  .hero-overlay-2 {
    max-height: 600px;
  }

  .centered-container-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    max-width: 80%;
  }

  .written_content {
    text-align: center;
    padding-top: 20px;
  }

  .outlined_button.mobile_login {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .outlined_button.dark_outline {
    display: none;
  }

  .hamburger_line {
    height: 1px;
  }

  .button.w--current {
    margin-top: 0;
  }

  .button.top-margin-20px {
    justify-content: center;
    width: 100%;
  }

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

  ._2_col_grid {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .mobile_menu {
    margin-top: 49px;
    transform: translate(-100%);
  }

  .h4 {
    text-align: center;
  }

  .navbar-3 {
    opacity: 0;
    padding: 0 20px;
  }

  .cart {
    margin-right: 30px;
  }

  .contact-content {
    text-align: center;
    padding-right: 0;
  }

  .h2_wrapper {
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .h2_wrapper.contact_h2_wrapper {
    align-items: center;
  }

  .contact_image {
    margin-top: 0;
  }

  .section {
    padding: 30px 5%;
  }

  .form {
    text-align: center;
  }

  .contact-form-v1 {
    padding: 0;
  }

  .home_link {
    text-align: center;
  }

  .copy_rights {
    text-align: center;
    margin-top: 46px;
  }

  .login-logo-image {
    margin-left: 0;
  }

  .log_in_side {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .registration-form {
    text-align: center;
  }

  .copy_rights-2 {
    text-align: center;
    margin-top: 46px;
  }

  .registration_form_block {
    width: 95%;
  }

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

  .heading-21 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .footer_main-copy, .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-3 {
    flex-direction: column;
  }

  .button-14 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-grid-container-proyectos, .cards-grid-container-control, .cards-grid-container-bigdata, .cards-grid-container-virt, .cards-grid-container-certif, .cards-grid-container-part, .cards-grid-container-otros {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-23 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    text-align: justify;
    padding-right: 0;
  }

  .rich-text-block, .div-block-25 {
    text-align: center;
  }

  .div-block-27 {
    opacity: .74;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28 {
    text-align: center;
  }

  .sticky-nav-cons {
    padding: 0;
  }

  .sop_osc, .dist_claro, .dist_osc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    text-align: center;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-thumbnail-2 {
    max-height: 100px;
  }

  .div-block-33 {
    text-align: center;
  }

  .centered-container-hero {
    text-align: left;
  }

  .exp_proy_hero {
    max-height: 650px;
  }

  .exp_proy_centeredcontainer {
    text-align: left;
  }

  .sol_bigdatacems_hero {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    max-height: 500px;
  }

  .div-block-35 {
    text-align: center;
  }

  .sol_ciber_hero {
    max-height: 400px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .text-block-11 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .div-block-39 {
    text-align: center;
    padding-right: 0;
  }

  .hero-overlay-11 {
    max-height: 500px;
  }

  .div-block-40 {
    text-align: center;
  }

  .text-block-12 {
    text-align: center;
    font-size: 12px;
  }

  .heading-56 {
    margin-top: 0;
  }

  .heading-57 {
    margin-top: 20px;
  }

  .container-22 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    padding-right: 20px;
  }

  .container-23, .container-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42, .div-block-43 {
    text-align: center;
  }

  .div-block-44 {
    margin-top: 10px;
    display: flex;
  }

  .heading-58, .paragraph-44 {
    text-align: center;
  }

  .paragraph-45, .paragraph-46, .paragraph-47 {
    text-align: justify;
  }

  .paragraph-48, .div-block-45, .paragraph-49, .heading-59, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51 {
    text-align: center;
  }

  .feature-image-chk {
    height: 50%;
    max-height: 80px;
  }

  .heading-60, .paragraph-50, .div-block-52, .button-20, .heading-61, .heading-62, .paragraph-51, .div-block-53 {
    text-align: center;
  }

  .div-block-54 {
    text-align: left;
  }

  .heading-63, .heading-64, .paragraph-52 {
    text-align: center;
  }

  .paragraph-53 {
    text-align: justify;
  }

  .heading-65 {
    text-align: center;
  }

  .cc_automatizacion {
    margin-top: 9px;
  }

  .cc_cpf {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .h_cpf {
    text-align: center;
  }

  .div-block-60 {
    grid-auto-flow: row;
    justify-content: space-between;
  }

  .div_leer_contacto_especial {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .heading-74 {
    text-align: center;
  }

  .img_stack_1 {
    border-radius: 20px;
    min-width: 250px;
    max-width: 100px;
  }

  .hero_ondasmm {
    height: 800px;
    max-height: 800px;
  }

  .txt_div_sol_cpf_titulo, .heading-89 {
    text-align: center;
  }

  .sect_dga_normativa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_block_txt {
    max-width: 96%;
  }

  .div_mee_titulo {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .div_item, .div_item_claro, .div_item_oscuro {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .cen_stack_item_img {
    display: none;
  }

  .hero_centro_control {
    background-image: linear-gradient(#0000, #0000), url('../images/bigstock-Moscow-Russia--February----246269042.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button-25 {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_grp_claro_img {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 0;
    align-content: stretch;
    align-self: center;
    place-items: start stretch;
    max-width: none;
  }

  .div_grp_stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    max-width: none;
    padding-bottom: 10px;
  }

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

  .div_part_it_parag {
    display: none;
  }

  .div_bloack_tec {
    margin-bottom: 5px;
  }

  .heading-101 {
    text-align: center;
    margin-top: 0;
  }

  .list-item-7, .list-item-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_ai {
    background-image: linear-gradient(#0000, #0000), url('../images/Google_AI_Studio_2025-10-13T19_23_34.934Z.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 800px;
    max-height: 800px;
  }

  .div_leer_contacto_ai {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .container-38-right {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-38-left {
    max-width: none;
  }

  .heading-109 {
    text-align: center;
  }

  .hero_ssr {
    background-size: cover;
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .centered-container-ssr {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .sect_cne_normativa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cont_sol_titulo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .hero_pmu {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

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

  .heading-111 {
    margin-top: 140px;
  }

  .centered-container-pmu {
    text-align: center;
    background-color: #0000007a;
    border-radius: 20px;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hero_gest_prs {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .sect_prs_normativa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_prs_titulo, .div_mee_titulo-copy, .div_prs_exigencias, .div_prs_titulo_final {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .hero_prs {
    background-image: url('../images/g_img_PRS.png');
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .centered-container-prs {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .sect_ai_normativa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_ia {
    background-image: linear-gradient(#0000, #0000), url('../images/Google_AI_Studio_2025-10-13T19_26_03.092Z.png');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .hero_soluciones {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/download-2.png');
    background-attachment: scroll;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 900px;
    max-height: 900px;
    display: flex;
  }

  .hero_tech {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .qs_soluciones {
    flex: 1;
    align-self: center;
  }

  .hero_soluciones-copy {
    background-image: url('../images/Google_AI_Studio_2025-10-13T19_32_48.216Z.png');
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .hero_prod {
    background-image: url('../images/download-3.png');
    background-size: cover;
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .hero_finanazas {
    background-image: url('../images/download_1.png');
    background-size: cover;
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .button-27 {
    white-space: nowrap;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .heading_primary {
    font-size: 2.6rem;
  }

  .mobile-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .boton_lnk {
    flex-flow: column;
    display: flex;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .input_field.is-select {
    background-position: 96%;
  }

  .heading_primary-copy {
    font-size: 3em;
    overflow: visible;
  }

  .header-2 {
    padding-top: 2px;
  }

  .container-45 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading_primary-2 {
    align-self: center;
    font-size: 3.5rem;
  }

  .hero_sitr_2 {
    background-image: url('../images/g_img_PRS.png');
    background-attachment: scroll;
    height: 900px;
    max-height: 900px;
  }

  .container-46 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-47 {
    grid-template-columns: .25fr;
    place-content: center;
    place-items: center end;
  }
}

#w-node-_1865acad-1432-f06a-fc59-f76a752389f9-5794d7f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1865acad-1432-f06a-fc59-f76a75238a04-5794d7f0 {
  justify-self: auto;
}

#w-node-_48601946-0f8e-ee19-22b4-71c0b5204480-5794d7f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48601946-0f8e-ee19-22b4-71c0b520448b-5794d7f0 {
  justify-self: auto;
}

#w-node-c19a65b8-cdda-8415-66f8-ac4f1858194d-5794d7f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c19a65b8-cdda-8415-66f8-ac4f18581958-5794d7f0 {
  justify-self: auto;
}

#w-node-c5c728e5-6bf1-afbe-e264-ab26673a9fe2-7499e3c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a35f92d8-77a8-8264-aafe-2bc16fdeebd9-7499e3c1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_205212f6-6c02-350d-7a4c-6899daea2a0b-7499e3c1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f1a-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f2b-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f38-5794d7f5, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504df-5794d7f7, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e8-5794d7f7, #w-node-_03f321b8-8886-60ed-42e6-4616038704b4-5794d7f7, #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f8-5794d7f7, #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f98-5794d7f7, #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53279-5794d7f7, #w-node-a684fa42-a1ef-cf7a-5751-c4418aa01ccb-5794d7f8, #w-node-_4d5b2fe4-e8df-f708-8a91-68efe097b4ac-5794d7f8, #w-node-_77966327-fef5-ac0f-b383-8ec514d8204b-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0e3-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0da-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0f5-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0ec-5794d7f8, #w-node-bfd7bc92-7d7f-64b1-930d-cea559603bb8-5794d7f8, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a5a-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a6b-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a78-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a87-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a94-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a9f-5794d7fa, #w-node-_8aa55b25-62c6-cbb2-cbc0-a1bd271f4419-5794d7fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d7fc, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d7fc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d7fc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d7fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d7fc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0594e086-bef3-239a-4343-de518305e2c2-5794d7fc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_0594e086-bef3-239a-4343-de518305e2c8-5794d7fc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_10f8629f-8b7a-267b-8181-8254ac041e62-5794d7fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6006a991-d839-7a71-81dd-75895f594dd4-92ff469d, #w-node-_801f14a3-5431-a701-5c4f-51b492ff46a0-92ff469d, #w-node-_1846edfd-49c1-a06b-4912-e0dadbcd498b-92ff469d {
  justify-self: start;
}

#w-node-_2eb3edda-6420-626d-9c80-c0833f7faf18-5794d800, #w-node-d222b741-b52f-2d5f-cbff-9866a8b10677-5794d800, #w-node-c24b33e6-c423-21d2-293d-33722d2ec706-5794d800, #w-node-_7d1b3639-b9c1-1189-ea16-4a376397d017-5794d800 {
  align-self: start;
}

#w-node-_7a871c0b-909f-543e-5b66-06256dfd7d75-5794d805 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_3995f07f-db1e-2b57-e3a9-afb121e893eb-5794d805 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_233cfcfb-a3c0-d978-006a-aa62c9baf39d-5794d805 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d4df1bf3-6ff0-a69d-8a5c-55a3f1c07302-5794d805 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_27e2dc4f-26ae-f710-c91c-f502cee790c9-5794d805 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_63938685-9218-4bb3-f216-bd47f4c70953-5794d805 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_61175897-c730-dadc-5534-ad2cbdbbf6b9-5794d805 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fb66f903-611f-b659-eb57-e066cda42b90-5794d805 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-cf247db6-46f2-b0ff-fb24-a5122506696d-5794d805 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c56a79b8-b7d1-781e-f333-f2847c861893-5794d805 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-ab6d16a3-8f67-ae6e-cca0-d4a3227fab6a-5794d805 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-e50e143e-4ee9-dace-fc2e-35bcadb14b15-5794d805 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-f19a550e-2776-4b0e-c6b5-fe404f514cd7-5794d805 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: center;
}

#w-node-_9a88117e-b474-e36a-9c94-a2c2d24a28f0-5794d805 {
  grid-area: 4 / 5 / 5 / 6;
  align-self: center;
}

#w-node-f94edd45-a6eb-63e6-a3e9-f2b835c84d50-5794d805 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_48a9f923-495d-415e-f7b0-0ef726fab864-5794d805 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-e2a3f843-3e6c-dc3c-2c00-e8666eafde11-5794d805 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-e0b4619e-3090-b3d1-fea0-409eecde2586-5794d805 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: center;
}

#w-node-f20a874f-0dce-0270-a7ab-a983cfec795f-5794d805 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-c363de95-9600-34b6-3db9-bad14fef2cc8-5794d805 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_200438df-bcfc-a35b-e33a-0d2dbe5308ae-5794d805 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_2789ddee-b92c-7647-546f-3ab8dff48703-5794d805 {
  grid-area: 6 / 3 / 7 / 4;
  align-self: center;
}

#w-node-_7fc37640-6602-f697-037d-67980e021d2e-5794d805 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_815f38e8-fcb4-f79e-4d41-7095b5cae656-5794d805 {
  grid-area: 7 / 3 / 8 / 4;
  align-self: center;
}

#w-node-d10c5978-04e4-4000-32d5-08bcaa4b5c39-5794d805 {
  grid-area: 7 / 4 / 8 / 5;
  align-self: center;
}

#w-node-_8f0ca05d-fc4a-8326-2b83-61765fedd058-5794d805 {
  grid-area: 7 / 5 / 8 / 6;
  align-self: center;
}

#w-node-ba2481c4-51e2-c8d9-69e8-45a42c5878aa-5794d805 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_1609f96f-9fd5-9bb0-6d4c-da4e8849d9e2-5794d805 {
  grid-area: 5 / 4 / 6 / 5;
  align-self: center;
}

#w-node-ecf83972-1b5c-dac9-4959-8dfff40495e7-5794d805 {
  grid-area: 5 / 5 / 6 / 6;
  align-self: center;
}

#w-node-_0dcf562d-f4f5-48f3-bc46-5aab2804a3c8-5794d805 {
  grid-area: 6 / 4 / 7 / 5;
  align-self: center;
}

#w-node-a89a8c4c-d5c7-1739-964f-69855f6287e9-5794d805 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: center;
}

#w-node-_0b5099db-c89e-feae-9175-93044b16b986-5794d805 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fe777770-3193-acf2-99ca-ea4c1cc7fec7-5794d805 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c35-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c3f-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c48-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c51-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c5a-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c63-5794d808 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80c, #w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80d, #w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80e {
  justify-self: start;
}

#w-node-e173ad21-6a12-bdbb-4ce2-3ebd6a393d58-5794d810, #w-node-ca2d6067-5271-4340-876c-cd6aeb39f37d-5794d810, #w-node-_7d2fa6ed-e7af-bf01-a5e8-09d76273f5ad-5794d810, #w-node-b380b2f3-2a96-ca88-173d-33d0bd37a810-5794d810, #w-node-_4b3f8962-5eb1-c8cd-404d-6ff22e192a9f-5794d810, #w-node-_43fdf7bc-9192-b01b-f7b0-d91295efbcb3-5794d810, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504df-5794d8a6, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e8-5794d8a6, #w-node-_03f321b8-8886-60ed-42e6-4616038704b4-5794d8a6, #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f8-5794d8a6, #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f98-5794d8a6, #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53279-5794d8a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8fef872d-cb61-2f35-ff40-ec06761d6ab1-5794d8a7 {
  justify-self: center;
}

#w-node-c433269b-c7a5-ab94-aa07-25c86ec010ca-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010cb-5794d8a8 {
  place-self: auto;
}

#w-node-_54fef4be-7730-7a85-b4cd-6b58b4befcb3-5794d8a9, #w-node-_54fef4be-7730-7a85-b4cd-6b58b4befcbf-5794d8a9, #w-node-_54fef4be-7730-7a85-b4cd-6b58b4befccb-5794d8a9, #w-node-ce2edc2e-b240-6eef-bdc6-b68edc2dfbc6-5794d8a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a02-5794d8a9, #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a09-5794d8a9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a12-5794d8a9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a23-5794d8a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a2a-5794d8a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b20e5538-15f1-b607-4531-a6b3a24bc92d-5794d8a9, #w-node-b20e5538-15f1-b607-4531-a6b3a24bc933-5794d8a9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-b20e5538-15f1-b607-4531-a6b3a24bc939-5794d8a9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-b20e5538-15f1-b607-4531-a6b3a24bc954-5794d8a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b20e5538-15f1-b607-4531-a6b3a24bc95d-5794d8a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_77265f66-9329-6e2e-acc9-e490faf50a5a-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a6b-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a78-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a87-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a94-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a9f-5794d8aa, #w-node-_8aa55b25-62c6-cbb2-cbc0-a1bd271f4419-5794d8aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ab, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ab {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ab {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0594e086-bef3-239a-4343-de518305e2c2-5794d8ab {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_0594e086-bef3-239a-4343-de518305e2c8-5794d8ab {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_10f8629f-8b7a-267b-8181-8254ac041e62-5794d8ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-5794d8ab, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-5794d8ab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-5794d8ab {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-5794d8ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-5794d8ab {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-5794d8ac, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-5794d8ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-5794d8ac {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-5794d8ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-5794d8ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ac, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ac {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ac {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ac {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ae, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ae {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ae {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5d928c01-2545-e1b3-57de-5c88aec7af3f-5794d8af, #w-node-_83f9a64f-5496-5f86-c9bb-c42c46bd7902-5794d8af, #w-node-_5f7c3b66-fbfb-db23-dc02-ec64b593cce5-5794d8af, #w-node-be45a5ee-54fb-e82d-7388-1b164a7fe01c-5794d8af {
  justify-self: auto;
}

#w-node-d3c16efb-3370-4024-b3a5-79e886eafd0a-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd15-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd1f-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd29-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd33-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd3d-5794d8af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53180bc3-fd5d-c215-60d8-b736851d91f2-5794d8af, #w-node-_40291018-4a6d-04b7-c61f-986c2e317275-5794d8af {
  justify-self: auto;
}

#w-node-_4107a58e-918b-acae-b1df-49f9fb6e25b9-5794d8af {
  align-self: start;
}

#w-node-aeb138c6-b754-93db-74b5-50e714041790-5794d8af, #w-node-fa568fd6-2b92-9997-ffc5-1620deb42f1e-5794d8af, #w-node-ce445e8c-beb3-61c8-30fd-8c8235194265-5794d8af, #w-node-_456e6d20-5b98-c9db-5673-fc822137c916-5794d8af {
  justify-self: auto;
}

#w-node-fc184edf-6853-e59d-ff78-eb98f88f5c6f-5794d8af {
  place-self: auto;
}

#w-node-_79cecdeb-43a9-db89-3aeb-ef6f700ced1a-5794d8af {
  align-self: end;
}

#w-node-_5f2d67d5-840b-9caa-2f3d-497118be3959-5794d8af {
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-7d9ecaca, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-7d9ecaca {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-7d9ecaca {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-7d9ecaca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-7d9ecaca {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-7d9ecaca, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-7d9ecaca {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-7d9ecaca {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-7d9ecaca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-7d9ecaca {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (min-width: 1440px) {
  #w-node-c5c728e5-6bf1-afbe-e264-ab26673a9fe2-7499e3c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a35f92d8-77a8-8264-aafe-2bc16fdeebd9-7499e3c1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_205212f6-6c02-350d-7a4c-6899daea2a0b-7499e3c1 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_54fef4be-7730-7a85-b4cd-6b58b4befcbf-5794d8a9, #w-node-_54fef4be-7730-7a85-b4cd-6b58b4befccb-5794d8a9, #w-node-ce2edc2e-b240-6eef-bdc6-b68edc2dfbc6-5794d8a9, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd15-5794d8af, #w-node-d3c16efb-3370-4024-b3a5-79e886eafd1f-5794d8af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_1865acad-1432-f06a-fc59-f76a752389f9-5794d7f0, #w-node-_48601946-0f8e-ee19-22b4-71c0b5204480-5794d7f0, #w-node-c19a65b8-cdda-8415-66f8-ac4f1858194d-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-c5c728e5-6bf1-afbe-e264-ab26673a9fe2-7499e3c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a35f92d8-77a8-8264-aafe-2bc16fdeebd9-7499e3c1 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_205212f6-6c02-350d-7a4c-6899daea2a0b-7499e3c1 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f1a-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f2b-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f38-5794d7f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504de-5794d7f7 {
    place-self: auto;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504df-5794d7f7, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e8-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_03f321b8-8886-60ed-42e6-4616038704b3-5794d7f7 {
    place-self: auto;
  }

  #w-node-_03f321b8-8886-60ed-42e6-4616038704b4-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f7-5794d7f7 {
    place-self: auto;
  }

  #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f8-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f97-5794d7f7 {
    place-self: auto;
  }

  #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f98-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53278-5794d7f7 {
    place-self: auto;
  }

  #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53279-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-a684fa42-a1ef-cf7a-5751-c4418aa01cca-5794d7f8 {
    place-self: auto;
  }

  #w-node-a684fa42-a1ef-cf7a-5751-c4418aa01ccb-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4d5b2fe4-e8df-f708-8a91-68efe097b4ab-5794d7f8 {
    place-self: auto;
  }

  #w-node-_4d5b2fe4-e8df-f708-8a91-68efe097b4ac-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_77966327-fef5-ac0f-b383-8ec514d8204a-5794d7f8 {
    place-self: auto;
  }

  #w-node-_77966327-fef5-ac0f-b383-8ec514d8204b-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0e2-5794d7f8 {
    place-self: auto;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0e3-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0da-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0f4-5794d7f8 {
    place-self: auto;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0f5-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0eb-5794d7f8 {
    place-self: auto;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0ec-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-bfd7bc92-7d7f-64b1-930d-cea559603bb7-5794d7f8 {
    place-self: auto;
  }

  #w-node-bfd7bc92-7d7f-64b1-930d-cea559603bb8-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-5794d7fc {
    place-self: center end;
  }

  #w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d7fc, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d7fc, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d7fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d7fc, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d7fc, #w-node-_0594e086-bef3-239a-4343-de518305e2c2-5794d7fc, #w-node-_0594e086-bef3-239a-4343-de518305e2c8-5794d7fc, #w-node-_10f8629f-8b7a-267b-8181-8254ac041e62-5794d7fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e85b2eda-e44f-1c37-bbd7-e9eacef3e3f8-5794d802 {
    place-self: center;
  }

  #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c35-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c3f-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c48-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c51-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c5a-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c63-5794d808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-f247d7f6-7764-fc26-98cd-c369bd785018-5794d80b, #w-node-b0e2c176-9486-d529-1eab-e40e5aa2024c-5794d80b, #w-node-b70f8239-25ea-fc5e-a43d-c1a722406d6e-5794d80b, #w-node-b70f8239-25ea-fc5e-a43d-c1a722406d71-5794d80b, #w-node-_6dce59ec-9cbd-4d12-9f29-1e3d1f21e231-5794d80b, #w-node-_6dce59ec-9cbd-4d12-9f29-1e3d1f21e234-5794d80b {
    place-self: center;
  }

  #w-node-fd71d9a9-504d-f6d1-3a72-17e2d3cb6db8-5794d80b {
    place-self: auto;
  }

  #w-node-fd71d9a9-504d-f6d1-3a72-17e2d3cb6dbe-5794d80b, #w-node-fd71d9a9-504d-f6d1-3a72-17e2d3cb6dc1-5794d80b, #w-node-_09e16faa-1c57-7e5e-27bc-c0ca921e269c-5794d80b, #w-node-_09e16faa-1c57-7e5e-27bc-c0ca921e269f-5794d80b, #w-node-ba8a6122-3820-9083-3f60-64d0c3835a05-5794d80b, #w-node-ba8a6122-3820-9083-3f60-64d0c3835a08-5794d80b, #w-node-_06485904-a4df-76a2-bc5d-cbd0d99a6db9-5794d80b, #w-node-_06485904-a4df-76a2-bc5d-cbd0d99a6dbc-5794d80b, #w-node-c91d3a0e-7427-e901-0d0f-927016797f2c-5794d80b, #w-node-c91d3a0e-7427-e901-0d0f-927016797f2f-5794d80b {
    place-self: center;
  }

  #w-node-e173ad21-6a12-bdbb-4ce2-3ebd6a393d58-5794d810, #w-node-_7d2fa6ed-e7af-bf01-a5e8-09d76273f5ad-5794d810, #w-node-b380b2f3-2a96-ca88-173d-33d0bd37a810-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_4b3f8962-5eb1-c8cd-404d-6ff22e192a9f-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_0dec77c7-34c6-984f-bcc7-927c66957b29-5794d894, #w-node-b015958d-0dec-35cc-fa3a-7c71da2c6934-5794d894 {
    place-self: center;
  }

  #w-node-_047e741c-93cb-ad30-d5e9-cf28669b0c8e-5794d894 {
    align-self: start;
  }

  #w-node-_6a53d2f7-5165-612c-16c2-59d9fc05aaef-5794d894 {
    place-self: start center;
  }

  #w-node-a45728fd-d6a2-4025-43ec-eeb230d39e81-5794d894 {
    align-self: start;
  }

  #w-node-fad9039f-8f7f-574a-0925-14fde1276c5f-5794d894, #w-node-_7770abe1-3ad9-4eeb-5e59-a09ed9b9836b-5794d894 {
    place-self: center;
  }

  #w-node-_5db0048d-10ea-4dcb-8162-0dc2d0be289f-5794d894 {
    place-self: auto;
  }

  #w-node-_5db0048d-10ea-4dcb-8162-0dc2d0be28a2-5794d894, #w-node-_1e248405-a27a-d93c-027d-e712f97d36d6-5794d894, #w-node-_1e248405-a27a-d93c-027d-e712f97d36d9-5794d894, #w-node-_1403f66b-1f06-39f4-5ff3-8b3a1ae39be4-5794d894, #w-node-_1403f66b-1f06-39f4-5ff3-8b3a1ae39be7-5794d894, #w-node-_6c0782e5-116b-bb58-3f8f-f5a007748808-5794d894, #w-node-_6c0782e5-116b-bb58-3f8f-f5a00774880b-5794d894, #w-node-_27ca2414-3498-6de9-846e-c3f399433f5a-5794d894, #w-node-_27ca2414-3498-6de9-846e-c3f399433f5d-5794d894, #w-node-_1666daf6-d790-7fbd-19c2-4340a3e444e4-5794d894, #w-node-_1666daf6-d790-7fbd-19c2-4340a3e444e7-5794d894, #w-node-_239b0fb4-2466-96c8-dcb9-83822122572c-5794d894 {
    place-self: center;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504de-5794d8a6 {
    place-self: auto;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504df-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e7-5794d8a6 {
    place-self: auto;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e8-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_03f321b8-8886-60ed-42e6-4616038704b3-5794d8a6 {
    place-self: auto;
  }

  #w-node-_03f321b8-8886-60ed-42e6-4616038704b4-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f7-5794d8a6 {
    place-self: auto;
  }

  #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f8-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f97-5794d8a6 {
    place-self: auto;
  }

  #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f98-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53278-5794d8a6 {
    place-self: auto;
  }

  #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53279-5794d8a6 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-5794d8a7 {
    place-self: center end;
  }

  #w-node-_5e71e734-e2e7-eef2-aeb7-9428017d1aec-5794d8a7 {
    place-self: center start;
  }

  #w-node-_8fef872d-cb61-2f35-ff40-ec06761d6ab1-5794d8a7 {
    place-self: center end;
  }

  #w-node-_8fef872d-cb61-2f35-ff40-ec06761d6ab3-5794d8a7 {
    place-self: center start;
  }

  #w-node-_1a71d680-6d2f-86ab-1c14-32f2f5f99735-5794d8a7 {
    place-self: center end;
  }

  #w-node-_1a71d680-6d2f-86ab-1c14-32f2f5f99737-5794d8a7 {
    place-self: center start;
  }

  #w-node-c433269b-c7a5-ab94-aa07-25c86ec010c4-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010c7-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010d1-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010d4-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010de-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010e1-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010eb-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010ee-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010f8-5794d8a8, #w-node-c433269b-c7a5-ab94-aa07-25c86ec010fb-5794d8a8 {
    place-self: center;
  }

  #w-node-_5289b6de-ee4b-e63e-c2a6-c07b5591570c-5794d8a9 {
    place-self: center end;
  }

  #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a02-5794d8a9, #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a09-5794d8a9, #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a12-5794d8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a23-5794d8a9, #w-node-_15e0b31d-d898-bb2d-6eff-c8550c8f4a2a-5794d8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b20e5538-15f1-b607-4531-a6b3a24bc92d-5794d8a9, #w-node-b20e5538-15f1-b607-4531-a6b3a24bc933-5794d8a9, #w-node-b20e5538-15f1-b607-4531-a6b3a24bc939-5794d8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-b20e5538-15f1-b607-4531-a6b3a24bc954-5794d8a9, #w-node-b20e5538-15f1-b607-4531-a6b3a24bc95d-5794d8a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-5794d8ab, #w-node-_9f6f15dc-c517-b537-872f-2ece98ef5c67-5794d8ab, #w-node-_5e60bc51-2e3d-cab1-00e6-5646555eb027-5794d8ab {
    place-self: center end;
  }

  #w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ab, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ab, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ab, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ab, #w-node-_0594e086-bef3-239a-4343-de518305e2c2-5794d8ab, #w-node-_0594e086-bef3-239a-4343-de518305e2c8-5794d8ab, #w-node-_10f8629f-8b7a-267b-8181-8254ac041e62-5794d8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-5794d8ab, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-5794d8ab, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-5794d8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-5794d8ab, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-5794d8ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-5794d8ac, #w-node-_9f6f15dc-c517-b537-872f-2ece98ef5c67-5794d8ac, #w-node-_9a64a085-2169-8c91-ca58-089c6cdfefd9-5794d8ac {
    place-self: center end;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-5794d8ac, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-5794d8ac, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-5794d8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-5794d8ac, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-5794d8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ac, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ac, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ac, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-5794d8ae, #w-node-_9a64a085-2169-8c91-ca58-089c6cdfefd9-5794d8ae {
    place-self: center end;
  }

  #w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-5794d8ae, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-5794d8ae, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-5794d8ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-5794d8ae, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-5794d8ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4107a58e-918b-acae-b1df-49f9fb6e25b9-5794d8af {
    place-self: center;
  }

  #w-node-_79cecdeb-43a9-db89-3aeb-ef6f700ced1a-5794d8af {
    justify-self: auto;
  }

  #w-node-fe8462e3-6924-f231-abca-7615fc04cdab-5794d8af, #w-node-_5f2d67d5-840b-9caa-2f3d-497118be394d-5794d8af, #w-node-a16dddf4-a8fa-9bce-8d41-32cefd6dc608-5794d8af {
    place-self: auto;
  }

  #w-node-a8bae757-991d-a7c5-61e8-4ae496f3ebb6-7d9ecaca, #w-node-_9f6f15dc-c517-b537-872f-2ece98ef5c67-7d9ecaca, #w-node-_9a64a085-2169-8c91-ca58-089c6cdfefd9-7d9ecaca {
    place-self: center end;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc702-7d9ecaca, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc709-7d9ecaca, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc712-7d9ecaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_51a77a03-5807-ffc2-b0cf-496787acc721-7d9ecaca, #w-node-_51a77a03-5807-ffc2-b0cf-496787acc728-7d9ecaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09919edc-325e-3768-ca13-d2dd5fdcec29-7d9ecaca, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aaab-7d9ecaca, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab1-7d9ecaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4584926d-4ad1-2bcc-e490-14b9e3195aaa-7d9ecaca, #w-node-_1286e8a7-6c1f-a7c2-75fd-1d9313a6aab7-7d9ecaca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f1a-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f2b-5794d7f5, #w-node-_5e9295b1-64d9-e4d9-eb8a-450167fb6f38-5794d7f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_2838d44c-7235-e2c2-575d-ec87aeb5cc33-5794d7f5, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-a9d83728-88d4-0ee7-3649-6cec9da6140a-5794d7f7, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_81484350-459e-2c32-8049-b2107175e31e-5794d7f8 {
    grid-column: 1 / 6;
  }

  #w-node-_77265f66-9329-6e2e-acc9-e490faf50a5a-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a6b-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a78-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a87-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a94-5794d7fa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a9f-5794d7fa, #w-node-_8aa55b25-62c6-cbb2-cbc0-a1bd271f4419-5794d7fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_7fa786d4-c5a5-0dbf-4a2f-8b29239dcf9c-5794d7fa, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_378da64c-1b07-0631-2901-f55fbf858285-5794d7fc, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_611bbdd4-61ca-89e6-d319-522470eb4648-5794d800, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_58fb4343-7f47-ccfc-5bb2-91864a55d9ce-5794d802 {
    grid-column: 1 / 6;
  }

  #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c35-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c3f-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c48-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c51-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c5a-5794d808, #w-node-_82f5eb5f-5858-b8ee-1c44-1114f1068c63-5794d808 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_87300d6f-eb42-e96c-84b6-8e7be986ec5a-5794d808, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_4e3c7009-66c4-78c8-ac98-bd04863b60c7-5794d80b, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-bc0cfaec-5152-fce5-de63-a0ce244cecf1-5794d80f {
    grid-column: 1 / 6;
  }

  #w-node-e173ad21-6a12-bdbb-4ce2-3ebd6a393d58-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-ca2d6067-5271-4340-876c-cd6aeb39f37d-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7d2fa6ed-e7af-bf01-a5e8-09d76273f5ad-5794d810, #w-node-b380b2f3-2a96-ca88-173d-33d0bd37a810-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4b3f8962-5eb1-c8cd-404d-6ff22e192a9f-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_43fdf7bc-9192-b01b-f7b0-d91295efbcb3-5794d810 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_9c918bb6-c49c-0465-c3df-ae9570881824-5794d810, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_0acf8188-7017-e1b9-fd71-d5644dd82790-5794d894, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_5c319046-8606-a2db-9a34-87f1fd6cc3c9-5794d8a7, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_115e7d89-9489-4683-a5a8-cce6c1ea83f4-5794d8a8, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_3b017eb6-8c9d-d7da-532e-11c022397f4b-5794d8a9 {
    grid-column: 1 / 6;
  }

  #w-node-_77265f66-9329-6e2e-acc9-e490faf50a5a-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a6b-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a78-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a87-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a94-5794d8aa, #w-node-_77265f66-9329-6e2e-acc9-e490faf50a9f-5794d8aa, #w-node-_8aa55b25-62c6-cbb2-cbc0-a1bd271f4419-5794d8aa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-e391d428-13f3-b90f-900d-d75c8d023936-5794d8ab, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-c592edcd-4d3d-ff44-37ba-cb286675218e-5794d8ac, #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_472ee7fa-887d-d350-2e17-9b96a8fd41f2-5794d8ae {
    grid-column: 1 / 6;
  }

  #w-node-fc184edf-6853-e59d-ff78-eb98f88f5c6f-5794d8af, #w-node-fe8462e3-6924-f231-abca-7615fc04cdb6-5794d8af {
    place-self: center start;
  }

  #w-node-fe8462e3-6924-f231-abca-7615fc04cdb7-5794d8af {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: start;
  }

  #w-node-_505f34c7-5207-212c-1ca8-525ff7ad05cb-c5fd860b.w-node-_6acfa3df-6367-cfb1-0280-b2f1086b88fe-5794d8af {
    grid-column: 1 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1865acad-1432-f06a-fc59-f76a752389f9-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48601946-0f8e-ee19-22b4-71c0b5204480-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    display: grid;
  }

  #w-node-c19a65b8-cdda-8415-66f8-ac4f1858194d-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2838d44c-7235-e2c2-575d-ec87aeb5cc30-5794d7f5 {
    place-self: auto;
  }

  #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504df-5794d7f7, #w-node-_8501fdad-9d98-b843-0ebc-e3898d4504e8-5794d7f7, #w-node-_03f321b8-8886-60ed-42e6-4616038704b4-5794d7f7, #w-node-ecc24aa5-bdd6-85cd-091f-72dbbcf396f8-5794d7f7, #w-node-_4aa41cee-83e5-7903-fc87-b14af34a2f98-5794d7f7, #w-node-d79f1636-9a27-a1ee-fac4-4b8d75f53279-5794d7f7 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-a9d83728-88d4-0ee7-3649-6cec9da61407-5794d7f7 {
    place-self: auto;
  }

  #w-node-a684fa42-a1ef-cf7a-5751-c4418aa01ccb-5794d7f8, #w-node-_4d5b2fe4-e8df-f708-8a91-68efe097b4ac-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_77966327-fef5-ac0f-b383-8ec514d8204b-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0e3-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0da-5794d7f8, #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0f5-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_5e5c7d85-cbd0-00ed-c744-448b586cc0ec-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-bfd7bc92-7d7f-64b1-930d-cea559603bb8-5794d7f8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_81484350-459e-2c32-8049-b2107175e31b-5794d7f8, #w-node-_7fa786d4-c5a5-0dbf-4a2f-8b29239dcf99-5794d7fa, #w-node-_378da64c-1b07-0631-2901-f55fbf858282-5794d7fc {
    place-self: auto;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd90-5794d7ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd92-5794d7ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_611bbdd4-61ca-89e6-d319-522470eb4645-5794d800 {
    place-self: auto;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd90-5794d801 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd92-5794d801 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_58fb4343-7f47-ccfc-5bb2-91864a55d9cb-5794d802, #w-node-_87300d6f-eb42-e96c-84b6-8e7be986ec57-5794d808, #w-node-_4e3c7009-66c4-78c8-ac98-bd04863b60c4-5794d80b {
    place-self: auto;
  }

  #w-node-c1295a55-91bd-d2ab-cc93-19f4ed6d5c19-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1295a55-91bd-d2ab-cc93-19f4ed6d5c1b-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-df83bfef-5a16-af8d-d868-0d48e0d00661-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df83bfef-5a16-af8d-d868-0d48e0d00663-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd90-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd92-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_1a7cd111-4713-23cb-841d-b43e53b37c99-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a7cd111-4713-23cb-841d-b43e53b37c9b-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_24953634-d135-ab3e-f7a5-1920f5dd1d13-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24953634-d135-ab3e-f7a5-1920f5dd1d15-5794d80d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bc0cfaec-5152-fce5-de63-a0ce244cecee-5794d80f, #w-node-_9c918bb6-c49c-0465-c3df-ae9570881821-5794d810, #w-node-_0acf8188-7017-e1b9-fd71-d5644dd8278d-5794d894, #w-node-_5c319046-8606-a2db-9a34-87f1fd6cc3c6-5794d8a7, #w-node-_115e7d89-9489-4683-a5a8-cce6c1ea83f1-5794d8a8, #w-node-_3b017eb6-8c9d-d7da-532e-11c022397f48-5794d8a9, #w-node-e391d428-13f3-b90f-900d-d75c8d023933-5794d8ab, #w-node-c592edcd-4d3d-ff44-37ba-cb286675218b-5794d8ac {
    place-self: auto;
  }

  #w-node-_5e71e734-e2e7-eef2-aeb7-9428017d1aec-5794d8ae {
    align-self: center;
  }

  #w-node-_568bd08c-191a-96e4-02db-687e8ee50f3b-5794d8ae, #w-node-_1eb697a4-5565-1e34-0985-565fd9ce3ffc-5794d8ae, #w-node-_050dd193-fb03-6024-9d30-0f67954db99f-5794d8ae, #w-node-_90757c0f-7155-9c46-0733-733e5109a18a-5794d8ae {
    place-self: center;
  }

  #w-node-_472ee7fa-887d-d350-2e17-9b96a8fd41ef-5794d8ae, #w-node-_6acfa3df-6367-cfb1-0280-b2f1086b88f6-5794d8af {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1865acad-1432-f06a-fc59-f76a752389f9-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48601946-0f8e-ee19-22b4-71c0b5204480-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-c19a65b8-cdda-8415-66f8-ac4f1858194d-5794d7f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_81ee36a4-45cb-018d-bdad-3de73dc53a2a-6f8f9faa, #w-node-_8a95e35e-4923-2dbe-52e4-2f64af1f9ab4-6f8f9faa, #w-node-_5383db07-6199-8bf1-a77f-871d6f8f9fad-6f8f9faa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b34d81e0-0365-6126-f44c-3323f7949f20-6f8f9faa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a35f92d8-77a8-8264-aafe-2bc16fdeebd9-7499e3c1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_205212f6-6c02-350d-7a4c-6899daea2a0b-7499e3c1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd7f-5794d7ff, #w-node-ad36868a-0426-587f-7923-ce1534939e38-5794d7ff, #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd8d-5794d7ff {
    grid-column: span 1 / span 1;
  }

  #w-node-_6006a991-d839-7a71-81dd-75895f594dd4-92ff469d, #w-node-_801f14a3-5431-a701-5c4f-51b492ff46a0-92ff469d, #w-node-_1846edfd-49c1-a06b-4912-e0dadbcd498b-92ff469d {
    justify-self: center;
  }

  #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd7f-5794d801, #w-node-ad36868a-0426-587f-7923-ce1534939e38-5794d801, #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd8d-5794d801 {
    grid-column: span 1 / span 1;
  }

  #w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80c, #w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80d {
    justify-self: center;
  }

  #w-node-c1295a55-91bd-d2ab-cc93-19f4ed6d5c16-5794d80d, #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd7f-5794d80d, #w-node-_821126f0-6d65-8fd2-63a7-d9e9e3f8f97f-5794d80d, #w-node-ad36868a-0426-587f-7923-ce1534939e38-5794d80d, #w-node-df83bfef-5a16-af8d-d868-0d48e0d0065e-5794d80d, #w-node-d35f040f-2406-2839-3eb3-e0d674b2dd8d-5794d80d, #w-node-_1a7cd111-4713-23cb-841d-b43e53b37c96-5794d80d, #w-node-_24953634-d135-ab3e-f7a5-1920f5dd1d10-5794d80d {
    grid-column: span 1 / span 1;
  }

  #w-node-_130cae7a-85bf-552a-11e9-6676b82e07e8-5794d80e {
    justify-self: center;
  }

  #w-node-_4107a58e-918b-acae-b1df-49f9fb6e25b9-5794d8af {
    align-self: center;
  }

  #w-node-_953ebb4a-2eb0-76d9-96b8-00c8e4d247bd-5794d8af {
    place-self: auto;
  }
}


