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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.nav-menu {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.invert {
  max-width: 130px;
  padding-bottom: 7px;
}

.text-block-4 {
  color: rgba(223, 223, 223, .85);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.grid-buttons {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.grid-buttons.menu {
  grid-template-columns: auto;
}

.grid-buttons.inner-padding-small.padding-top {
  margin-top: 26px;
}

.grid-buttons.inner-padding-small.full.tranparente {
  height: auto;
  background-image: none;
  justify-content: flex-start;
}

.grid-buttons.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid-buttons.inner-padding-micro.center {
  justify-content: center;
  justify-items: center;
}

.wrappernav {
  z-index: 1020;
  width: 100%;
  color: rgba(0, 0, 0, .85);
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-5 {
  max-width: 23px;
  margin-right: 5px;
}

.language-block {
  width: 100%;
  color: rgba(227, 227, 227, .85);
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.label-dropdown {
  font-family: Open Sans, sans-serif;
  line-height: 23px;
}

.dropdown-list {
  min-width: 150px;
  background-color: #2e2b2b;
  border-radius: 6px;
}

.dropdown-list.w--open {
  background-color: #242424;
}

.dropdown-list.language.w--open {
  min-width: 100px;
  background-color: #141414;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.dropdown.flag {
  margin-right: 17px;
}

.dropdown-link {
  color: rgba(223, 223, 223, .85);
  letter-spacing: .5px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link:hover {
  color: #dfdfdf;
  background-color: rgba(0, 0, 0, .35);
}

.dropdown-link.w--current {
  color: #019b23;
}

.icon {
  opacity: .35;
  margin-right: 12px;
  font-size: 12px;
}

.navgrid {
  width: 100%;
  max-width: 1380px;
  min-height: 8vh;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-toggle {
  color: #fff;
  padding-left: 12px;
  padding-right: 32px;
  font-size: 14px;
}

.dropdown-toggle.language {
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.topnav {
  box-shadow: none;
  background-color: rgba(41, 41, 41, .2);
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 14px;
}

.button.topnav:hover {
  color: rgba(255, 255, 255, .75);
}

.button.topnav.white {
  color: #000;
  background-color: #fff;
}

.body.black {
  background-color: #000;
}

.section-hero {
  height: 45em;
}

.home-hero {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
}

.background-video {
  height: 100%;
  min-height: 600px;
  background-color: rgba(0, 0, 0, .94);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.background-video.presentacion {
  min-height: 600px;
  justify-content: center;
}

.home-header {
  width: 65%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image-17 {
  height: 25px;
}

.image-17.case {
  height: 20px;
  opacity: .19;
  filter: hue-rotate(116deg);
  margin-bottom: -20px;
}

.image-17.case.green {
  opacity: 1;
  filter: none;
}

.image-17.eco {
  height: 50px;
}

.image-17.sunna {
  height: 90px;
}

.heading-xlarge {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge._16-ch {
  max-width: 16ch;
}

.heading-xlarge._16-ch.inner-padding-xsmall {
  font-size: 4em;
}

.heading-xlarge._16-ch.inner-padding-xsmall.center {
  max-width: none;
  text-align: center;
  text-transform: none;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
}

.heading-xlarge._16-ch.inner-padding-xsmall.center.wrapper-black.nospace {
  margin-top: 0;
  margin-bottom: -6px;
}

.heading-xlarge._16-ch.inner-padding-xsmall.center.ci {
  font-size: 3em;
}

.heading-xlarge.space {
  margin-top: 16px;
  margin-bottom: 53px;
}

.text-block-5 {
  color: #707070;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-5._2 {
  letter-spacing: .5px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 300;
}

.text-span-4 {
  color: #fff;
  font-weight: 400;
}

.underneath__main_image {
  width: 1000px;
  max-width: 1200px;
}

.underneath__main_image.margin-top {
  width: 100%;
  flex: 0 auto;
  margin-top: 60px;
}

.underneath__main_image.margin-top.sunna-lum {
  margin-top: -276px;
}

.underneath__main_image.margin-top {
  width: 100%;
  margin-top: 60px;
}

.button-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #5311ce;
}

.button-2.color-red {
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2.color-red:hover {
  background-color: #4400c3;
}

.button-2.color-line-white {
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-2.color-line-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #00259e;
}

.button-2.color-line-white.padding-top-10 {
  margin-top: 20px;
}

.button-2.color-line-white.padding-top-10.black {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}

.button-2.color-line-white.padding-top-10.black:hover {
  color: #fff;
  background-color: #000;
}

.button-2.color-line-white.padding-top-10.png {
  background-color: rgba(0, 0, 0, 0);
}

.button-2.color-line-white.padding-top-10.png:hover {
  background-color: #fff;
  border-color: #fff;
}

.button-2.color-line-white.white {
  background-color: rgba(0, 0, 0, 0);
}

.button-2.color-line-white.white:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.button-2.color-line-white.white.form {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.button-2.color-line-white.white.black {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.button-2.color-line-white.white.black:hover {
  background-color: #000;
}

.button-2.color-line-white.blue {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #000;
}

.button-2.color-line-white.blue:hover {
  color: #fff;
  background-color: #12204c;
  border-color: #12204c;
}

.button-2.color-line-white._2 {
  letter-spacing: .3px;
  border-color: #000;
  font-size: 15px;
}

.button-2.color-line-white._2:hover {
  border-color: #fff;
}

.button-2.color-line-white._2.space20 {
  margin-top: 20px;
}

.button-2.color-line-white._2.blog {
  margin-top: 24px;
}

.button-2.color-line-white._2.blog.circle {
  width: 50px;
  height: 50px;
  border-color: #fff;
  padding: 15px 13px 15px 18px;
}

.button-2.color-line-white._2.blog.circle:hover {
  background-color: #2f2f2f;
}

.button-2.color-line-white.spaceup {
  margin-top: 16px;
}

.button-2.color-line-white.left.upspace {
  margin-top: 19px;
}

.button-2.color-line-white.noline {
  border-style: none;
}

.button-2.color-line-white.noline.gridind {
  margin-top: 29px;
}

.button-2.color-line-white.noline.gridind.sunna-block-text {
  z-index: 300;
  position: relative;
}

.button-2.color-line-white.noline.ecocentro {
  margin-top: 29px;
}

.button-2.color-line-white.new {
  margin-top: 0;
}

.button-2.color-red {
  white-space: nowrap;
  background-color: #00259e;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-2.color-red:hover {
  background-color: #019b23;
  border-style: solid;
  border-color: #019b23;
}

.button-2.color-red {
  white-space: nowrap;
  background-color: #ff0062;
}

.button-2.color-red:hover {
  background-color: #4400c3;
}

.button-2.white {
  border: 1px solid #000;
  border-radius: 100px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button-2.white:hover {
  background-color: #000;
  border-color: #000;
}

.button-2.white.divider {
  margin-left: 10px;
  margin-right: 10px;
}

.button-2.white.divider.line {
  background-color: #000;
  border-color: #000;
}

.button-2.white.divider.line:hover {
  color: #000;
  background-color: #fff;
}

.button-2.white.ok {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #565656;
}

.button-2.white.ok:hover {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}

.button-2.white.ok.background-video-2.comercial {
  width: auto;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.icon-arrow.inver {
  filter: invert();
}

.icon-arrow.back {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}

.lightbox-link {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 100px;
  align-items: center;
  padding: 13px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link:hover {
  background-color: rgba(128, 128, 128, .35);
}

.lightbox-link._2 {
  font-size: 15px;
}

.lightbox-link._2.articulo {
  margin-bottom: 13px;
  padding: 10px 25px 10px 20px;
}

.icon-play-button {
  height: 12px;
  opacity: .7;
  margin-left: 12px;
  margin-right: 12px;
}

.section.feature {
  padding: 50px 30px;
}

.section.feature.black {
  background-color: #000;
  margin-bottom: 30px;
}

.open-sans {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.open-sans.white {
  color: #fff;
  font-size: 18px;
}

.open-sans.white.gridtitle {
  margin-top: 23px;
}

.open-sans.white.big {
  font-size: 25px;
  line-height: 28px;
}

.open-sans.white.nogrande {
  font-weight: 400;
}

.main-grid {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.main-grid.inner-padding-medium {
  grid-column-gap: 15px;
  grid-row-gap: 36px;
}

.main-grid.inner-padding-medium.features {
  padding-top: 0;
  padding-bottom: 0;
}

.main-grid.inner-padding-medium.features.upspace {
  margin-top: 77px;
}

.main-grid.inner-padding-medium.features.upspace.blanco {
  width: 85%;
  background-color: #fff;
  border-radius: 13px;
  padding-top: 1.9em;
  padding-bottom: 1.6em;
}

.main-grid.inner-padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-grid.inner-padding-small.no-padding-bottom {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.main-grid.inner-padding-small.black {
  background-color: #000;
}

.main-grid.inner-padding-small.white {
  background-color: #fff;
}

.main-grid.margin-bottom-small {
  grid-column-gap: 30px;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.main-grid.no-gap.inner-padding-small {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-grid.inner-padding-small {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-grid.inner-padding-small.blanco {
  background-color: rgba(0, 0, 0, 0);
}

.main-grid.inner-padding-small._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.hero-images {
  max-width: 1980px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 114px;
}

.main-grid.card-white {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.main-grid.card-white.testimonio {
  padding: 0;
}

.main-grid.card-white.success {
  padding: 0 0 0 20px;
}

.main-grid.card-white.success.left {
  padding-left: 0;
}

.eco-feature {
  width: 100px;
  max-width: 50%;
  margin-bottom: 15px;
}

.eco-feature.invert {
  filter: invert();
}

.eco-feature.suna5, .eco-feature.suna6, .eco-feature.suna7, .eco-feature.suna8 {
  width: 70px;
}

.p-small-size {
  color: #dbdbdb;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.p-small-size.text-white-opacity {
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.p-small-size.text-white-opacity.gridindblcok {
  width: 60%;
  margin-top: 3px;
}

.p-small-size.text-white-opacity.custom_container-2 {
  color: #909090;
}

.p-small-size.white-70 {
  color: #848484;
  text-align: left;
}

.p-small-size.white-70.center {
  color: #d1d1d1;
  text-align: center;
  letter-spacing: .1px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p-small-size.white-70.center.bl {
  color: #000;
}

.p-small-size.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p-small-size.text-white-opacity {
  color: #797878;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.p-small-size.text-white-opacity.monitoreo {
  color: #bbb;
}

.stats-wrapper {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.resumen-image {
  height: 80px;
  margin-bottom: 11px;
}

.resumen-image.invert {
  filter: invert();
  margin-bottom: 4px;
}

.section-full {
  height: 50em;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.section-full._3 {
  background-color: #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 15px;
  display: flex;
}

.section-full._2 {
  height: 45em;
  background-color: #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 15px;
  display: flex;
  overflow: hidden;
}

.hero-full-title {
  width: 65%;
  flex-direction: column;
  align-items: center;
  margin-top: 206px;
  display: flex;
  position: static;
}

.hero-full-title._3 {
  margin-top: 345px;
}

.hero-full-title._2 {
  margin-top: 110px;
}

.button-3 {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 15px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 400;
  transition: all .5s;
}

.button-3:hover {
  color: #242021;
  background-color: #fff;
}

.button-3.text {
  background-color: rgba(56, 152, 236, 0);
  border-style: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3.text:hover {
  color: #fff;
  background-color: rgba(124, 124, 124, .12);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3.text.div {
  margin-left: 28px;
}

.button-3.home {
  margin-top: 33px;
}

.button-3.home.white.div {
  margin-top: 0;
}

.button-3.margin-right {
  margin-right: 20px;
}

.button-3.margin-right.bold {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.button-3.margin-right.bold.blue {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.button-3.margin-right.bold.blue:hover {
  opacity: 1;
  color: #fff;
  background-color: #00259e;
  border-color: #0058a5;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  object-fit: contain;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.heading.white {
  color: #fff;
}

.heading.white.square {
  margin-top: 10px;
  font-size: 35px;
  line-height: 45px;
}

.heading.white.square.right {
  justify-content: flex-end;
}

.text-block-6 {
  color: #707070;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-6.white {
  color: #fff;
}

.enphaseplatinuminstaller {
  width: 80%;
  max-width: none;
  margin-bottom: 264px;
  padding-bottom: 0;
}

.buttons-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.content {
  z-index: 3;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.comercialindustrialimg {
  width: auto;
  height: auto;
  max-width: none;
  margin-top: -88px;
  display: block;
}

.div-block {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-blocks {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.home-wrapper {
  width: 100%;
  height: 30em;
  background-color: #000;
  border-radius: 20px;
  padding: 2.5em;
}

.home-wrapper._1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#00467c, rgba(0, 0, 0, 0) 52%);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.home-wrapper._2 {
  background-image: url('../images/61898f549f14bb4a24ebaf6e_6026d53dcf79565fe72dd7b2_EcoCentro_Web_Testimonios2_Monitoreo.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.home-wrapper._3 {
  background-image: url('../images/sistemas-aislados-de-la-red.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
}

.home-wrapper._4 {
  background-image: url('../images/paneles-solares-caso-exito2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.paragraph-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper.margin-bottom-small {
  align-items: flex-start;
}

.paragraph-wrapper.margin-bottom-small.center {
  text-align: center;
  align-items: center;
}

.paragraph-wrapper.inner-padding-small.testimonio-derecha {
  padding-right: 30px;
}

.paragraph-wrapper.inner-padding-small.testimonio-izquierda {
  padding-left: 30px;
}

.paragraph-wrapper.align-center {
  align-items: center;
}

.paragraph-wrapper.align-center.half {
  max-width: 50%;
  padding-bottom: 35px;
}

.paragraph-wrapper.inner-padding-micro {
  align-items: center;
}

.heading-regular {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8em;
}

.heading-regular.black {
  color: #000;
}

.main-paragraph {
  color: #000;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.main-paragraph.text-white-opacity {
  color: rgba(255, 255, 255, .46);
}

.main-paragraph.white {
  color: #fff;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  padding: 2.5em;
}

.square-title {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.square-title.right {
  align-items: flex-end;
}

.square-title.espacio-abajo {
  margin-bottom: 29px;
}

.square-title.upsace {
  margin-top: 24px;
  margin-bottom: 10px;
}

.section-banner {
  background-image: url('../images/grid-indipendence-blue-planet-ecocentro.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 15px;
  padding-top: 29px;
  padding-bottom: 177px;
  padding-right: 50px;
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

.flex-scrolling.padding-bottom-medium {
  margin-left: 0;
  padding-top: 46px;
  padding-bottom: 45px;
  padding-left: 0;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 25px 0 27px;
  display: grid;
}

.logo-wrap-ticker {
  min-width: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrap-ticker.invert {
  filter: invert();
}

.image-logo {
  width: 100%;
  max-height: 35px;
  max-width: 230px;
  object-fit: contain;
  flex: 1;
}

.image-logo.invert {
  filter: invert();
}

.image-logo.cni {
  filter: saturate(0%);
  transition: all .2s ease-in-out;
}

.image-logo.cni:hover {
  filter: saturate();
}

.image-logo.cni.white {
  filter: brightness(200%) saturate(0%) saturate(0%);
}

.image-logo.cni.white:hover {
  filter: brightness() saturate() saturate();
}

.image-logo.cni.invert {
  filter: invert() saturate(0%);
}

.image-logo.cni.invert:hover {
  filter: invert(0%) saturate();
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

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

.full-logo-wrap {
  height: 100%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  width: 20%;
  justify-content: center;
  align-items: center;
  padding: 36px 25px;
  display: flex;
}

.light-logo {
  width: 140px;
  max-width: 100%;
}

.inner-half {
  width: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-large {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.heading-large.hero {
  font-family: Open Sans, sans-serif;
}

.heading-large.hero.testimonios {
  height: auto;
  font-size: 3.5em;
}

.heading-large.hero.testimonios.sun {
  height: auto;
}

.heading-large.text-white._60 {
  width: 79%;
}

.heading-large.text-white._60.center {
  text-align: center;
}

.heading-large.text-white._80 {
  width: 80%;
}

.heading-large.text-white._80.left {
  margin-bottom: 18px;
}

.heading-large.text-white.center {
  text-align: center;
}

.heading-large.text-white.center.continua {
  font-size: 2em;
}

.heading-large.text-white.center.left {
  text-align: left;
}

.heading-large.text-white.center.left.small {
  font-size: 2em;
}

.heading-large.black {
  color: #000;
}

.icon-wrapper {
  width: auto;
  min-height: auto;
  flex: none;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 0;
}

.container {
  z-index: 2;
  max-width: 1380px;
  flex: 1;
  padding: 30px;
  position: relative;
}

.container.titles {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6vh;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.container.inner-padding-medium.padding-card {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 103px;
}

.container.success-story {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrap {
  max-width: 480px;
  min-height: auto;
}

.gray-wrapper {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1em;
  display: flex;
  position: relative;
}

.gray-wrapper:hover {
  border: 1px solid rgba(255, 255, 255, .2);
}

.gray-wrapper.margin-bottom-xsmall.white {
  background-color: #fff;
}

.gray-wrapper.float-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.gray-wrapper.selected-plan {
  background-color: #6411ff;
}

.gray-wrapper.half {
  text-decoration: none;
}

.gray-wrapper.white {
  background-color: #fff;
}

.gray-wrapper.solar.videos {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.small-paragraph-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-paragraph-wrapper.videos {
  justify-content: center;
}

.inner-full-width-grid {
  max-width: 2250px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-content {
  max-height: 140px;
  max-width: 140px;
}

.full-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  border: 1px #000;
  border-radius: 6px;
  flex: 1;
  padding-left: 0;
  position: relative;
}

.full-image.device {
  height: auto;
}

.full-image.high-column {
  height: 40vh;
}

.full-image.old {
  width: 120%;
  height: 120%;
  max-width: 110%;
  margin-top: -20px;
  margin-left: -8px;
  padding-top: 0;
}

.half-container {
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  color: #fff;
  padding-left: 30px;
  padding-right: 5vw;
}

.half-container.reverse {
  min-height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.section-2.bg-dark-gray {
  background-color: #272727;
}

.section-2.carrete {
  margin-top: 15px;
  margin-bottom: 0;
}

.wrapper-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 3px;
  grid-row-gap: 0em;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
}

.content-grid.gap-short {
  grid-row-gap: 2em;
}

.logo-grid-ticker-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: column;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.social-icon {
  width: 17px;
  margin-left: -1px;
}

.social-icon.invert {
  filter: invert();
  margin-left: 0;
  padding-bottom: 0;
}

.footer_nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.footer_nav_headin {
  color: #e9e9e9;
  margin-top: 22px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer_copyright {
  margin-top: 20px;
}

.custom_container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  width: 30px;
  height: 30px;
  background-color: rgba(194, 194, 194, .24);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: #019b23;
}

.text-block-7 {
  color: rgba(35, 31, 32, .6);
  margin-bottom: 10px;
}

.text-block-7.copy {
  color: rgba(143, 143, 143, .6);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.redessociales {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.copy_and_legal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-disclaimer {
  border-bottom: 1px solid rgba(126, 126, 126, .3);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 32px;
  display: flex;
}

.footer-disclaimer.copy {
  margin-bottom: 10px;
}

.footer-3 {
  background-color: #000;
  margin-top: 0;
  padding: 30px 60px 20px;
}

.image-22 {
  max-width: 150px;
}

.footer_nav_item {
  width: 100%;
  color: rgba(143, 143, 143, .6);
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer_nav_item:hover {
  color: #fff;
}

.footer_nav_item.w--current, .footer_nav_item.w--current:hover {
  color: #019b23;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.section-3 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

.section-3.titles {
  min-height: auto;
  border: 1px #000;
  padding-top: 12vh;
  padding-bottom: 0;
}

.section-3.titles.padding-top-16 {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 52%);
  padding-top: 12vh;
}

.section-3.cards {
  margin-top: 100px;
}

.section-3.overflow {
  width: 100%;
  overflow: hidden;
}

.section-3.big-space {
  margin-top: 186px;
  margin-bottom: 230px;
}

.section-3.space-residencial {
  margin-top: 80px;
}

.section-3.space-residencial.margin-80 {
  margin-bottom: 80px;
}

.section-3.space-residencial.margin-80.backup {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.section-3.space-residencial._40 {
  margin-top: 6px;
}

.section-3.space-residencial._40.white {
  background-color: #fff;
  margin-top: 0;
}

.section-3.hide {
  display: block;
}

.section-3.sticky, .section-3.nolottie {
  position: -webkit-sticky;
  position: sticky;
}

.section-3.nolottie.lottie {
  height: 600px;
  margin-bottom: 68px;
  position: static;
}

.section-3.nolottie.lottie.monitoreo {
  height: 650px;
  padding-top: 33px;
}

.blue-sky-body {
  background-color: #01419b;
  background-image: linear-gradient(#000c2b, rgba(255, 255, 255, 0) 25%), linear-gradient(to top, rgba(0, 175, 228, .47), rgba(255, 255, 255, 0) 43%), linear-gradient(#00164f 30%, rgba(255, 255, 255, 0));
  padding-bottom: 40px;
}

.blue-sky-body._2 {
  background-color: #000;
  background-image: none;
  padding-bottom: 0;
}

.blue-sky-body._3 {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 10%), linear-gradient(#000c2b, rgba(255, 255, 255, 0) 25%), linear-gradient(to top, rgba(0, 175, 228, .18), rgba(255, 255, 255, 0) 37%), linear-gradient(#00164f, rgba(0, 22, 79, .85) 47%, rgba(255, 255, 255, 0));
}

.blue-sky-body._3.blue-sky {
  background-color: #01419b;
}

.blue-sky-body._3.blue-sky.testimon {
  padding-bottom: 0;
}

.blue-sky-body.biig {
  padding-bottom: 182px;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-legal-page.white {
  color: #fff;
}

.wrapper-legal-page.white.terms.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-wrapper {
  color: rgba(255, 255, 255, .85);
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  padding-right: 0;
}

.link-wrapper.text-white {
  color: rgba(255, 255, 255, .85);
}

.overflow-wrapper {
  overflow: hidden;
}

.overflow-wrapper.rounded {
  border-radius: 10px;
}

.overflow-wrapper.rounded.bateria {
  border-radius: 2px;
}

.overflow-wrapper.top-padding {
  overflow: hidden;
}

.grid-column {
  height: 100%;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
  align-content: start;
}

.grid-column.short-gap {
  grid-row-gap: 16px;
}

.text-small {
  font-size: 13px;
}

.tag-features {
  color: rgba(255, 255, 255, .56);
  background-color: rgba(46, 46, 46, .7);
  border-radius: 6px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 13px 20px;
  font-weight: 500;
}

.flex-features {
  flex-wrap: wrap;
  display: flex;
}

.heading-small {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-small.text-light {
  font-weight: 400;
}

.heading-small.black {
  color: #000;
}

.wrapper-user-info {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-product-mobile {
  max-height: 85vh;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 15px;
  margin-right: 2px;
}

.icon-wrap {
  width: auto;
  height: 55px;
  flex: none;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.icon-wrap.margin-bottom-xsmall {
  width: auto;
}

.inner-grid-column {
  padding-right: 2.5em;
}

.stats-number.large {
  color: #fff;
  font-size: 45px;
}

.wrapper-features {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-column-features {
  height: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.flex-column-features.device-wrapper {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.heading-medium {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25;
}

.heading-medium.text-white {
  color: #fff;
}

.heading-medium._20-ch.margin-bottom-xsmall {
  margin-bottom: 26px;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.inner-padding-small {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-wrapper.top-padding {
  padding-top: 4vh;
}

.grid-wrapper.sticky-faq {
  padding-top: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-profile-wrapper {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.ratings {
  align-items: center;
  display: flex;
}

.quote-icon {
  filter: contrast(200%);
  margin-bottom: 4%;
}

.quote-icon.testimonio {
  width: 30px;
  margin-bottom: 10px;
}

.logo-quote {
  width: 100%;
  height: 100%;
  max-height: 40px;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-quote.invert {
  filter: invert();
}

.wrapper-container {
  width: 100%;
}

.wrapper-container.space {
  margin-top: 137px;
}

.frame-image-hero {
  min-height: auto;
  background-color: #f44;
  position: relative;
  overflow: hidden;
}

.frame-image-hero.hero {
  height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  display: block;
  left: 32px;
}

.frame-image-hero.rounded {
  background-color: rgba(0, 0, 0, 0);
}

.frame-image-hero._05 {
  z-index: 4;
}

.frame-image-hero._03 {
  z-index: 2;
}

.frame-image-hero._04 {
  z-index: 0;
}

.hero-cta-wrapper {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.wrap-summary {
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap-summary.header {
  text-align: left;
  padding-top: 5px;
}

.wrap-summary.header.white {
  width: 50%;
  align-items: flex-start;
}

.wrap-summary.header.white.nopadding {
  width: 80%;
  padding-top: 10px;
}

.hero-grid {
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.grid-hero {
  height: 100vh;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-2 {
  color: #000;
}

.heading-2.testimonio {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.heading-2.testimonio-titulo {
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.contain-form {
  width: 100%;
  min-height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 5em 2.5em;
  display: flex;
  overflow: hidden;
}

.contain-form.rounded {
  background-color: #01419b;
  background-image: linear-gradient(to top, rgba(0, 175, 228, .47) 17%, rgba(255, 255, 255, 0) 50%), linear-gradient(#001d46, rgba(255, 255, 255, 0) 43%);
  border-radius: 9px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-field {
  width: 100%;
  height: 45px;
  min-width: 16em;
  border: 1px #fff;
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.dark {
  height: 50px;
  box-shadow: none;
  color: #fff;
  background-color: #fff;
  border-color: #333;
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.label-form {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-container {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.full-form {
  width: 100%;
}

.textarea-message {
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #302f2f;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.evaluacionimg {
  width: 200px;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-heading.inner-padding-medium.adpadding {
  margin-top: 50px;
  margin-bottom: 80px;
}

.gallery-grid-wrapper {
  min-height: 50vh;
  min-width: 100%;
  align-items: center;
  display: flex;
  overflow: visible;
}

.grid-gallery {
  width: 100%;
  max-width: 1980px;
  min-height: 60vh;
  min-width: 120vw;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 36px;
}

.text-gray {
  color: #5a5a5a;
}

.main-paragraph-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.main-paragraph-2.black {
  color: #000;
}

.media-videos {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-videos.absolute {
  position: absolute;
}

.image-grid-wrapper {
  min-height: 45vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-grid-wrapper.hero {
  height: 70vh;
  min-height: auto;
}

.image-grid-wrapper.hero.rounded {
  border-radius: 10px;
}

.image-grid-wrapper.hero.rounded.tetimonio, .image-grid-wrapper.hero.rounded.testimonio {
  border-radius: 0;
  margin-top: 0;
}

.image-grid-wrapper.hero.rounded.success-card {
  margin-top: 0;
}

.image-grid-wrapper.rounded {
  height: 100%;
}

.button-play {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, .51);
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.button-play:hover {
  background-color: #000b31;
}

.button-play.big {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, .26);
  border-width: 3px;
  box-shadow: 1px 1px 40px -3px rgba(0, 0, 0, .45);
}

.button-play.big:hover {
  background-color: #141e3d;
}

.icon-play {
  max-height: 20px;
  margin-left: 5px;
}

.container-3 {
  z-index: 2;
  max-width: 1380px;
  background-color: #000;
  flex: 0 auto;
  margin-top: 100px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-3.inner-padding-medium {
  padding-top: 45px;
}

.container-3.inner-padding-medium.pig-padding {
  margin-bottom: 190px;
}

.container-3.inner-padding-small {
  margin-top: 30px;
  margin-bottom: 34px;
}

.container-3.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3.header.galery {
  padding-top: 50px;
  padding-bottom: 75px;
}

.container-3.instalaciones {
  margin-bottom: 0;
  padding-bottom: 79px;
}

.container-3.png {
  background-color: rgba(0, 0, 0, 0);
}

.container-3.white {
  padding-bottom: 25px;
}

.container-3.blanco {
  background-color: #fff;
}

.container-3.blanco.cni-logos {
  margin-top: 0;
  margin-bottom: 0;
}

.container-3.spaceup {
  padding-top: 26px;
  padding-bottom: 35px;
}

.container-3.ci {
  padding-bottom: 53px;
}

.container-3.ci.on {
  margin-bottom: 1px;
}

.container-3.logos {
  margin-top: -1px;
  margin-bottom: 0;
}

.container-3.end, .container-3.nopadding {
  margin-bottom: 0;
}

.container-3.transparente {
  background-color: rgba(0, 0, 0, 0);
}

.container-3.last {
  margin-bottom: 148px;
}

.container-3.backup {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-xlarge-2 {
  color: #fff;
  margin-top: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge-2._20-ch {
  margin-top: 37px;
  margin-bottom: 67px;
  font-family: Open Sans, sans-serif;
  font-size: 5em;
  font-weight: 700;
}

.heading-xlarge-2._20-ch.nopadding {
  margin-top: 0;
  margin-bottom: 50px;
}

.heading-xlarge-2._16-ch {
  max-width: 16ch;
}

.heading-xlarge-2.hero {
  font-size: 5em;
}

.heading-xlarge-2.hero.left.eco {
  font-size: 4em;
}

.heading-xlarge-2.hero.left.small {
  margin-bottom: 0;
  font-size: 4em;
}

.heading-xlarge-2.hero.left.sun {
  height: auto;
}

.heading-xlarge-2.hero.left.sun.en {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-xlarge-2.hero.gridindependence.bp {
  font-family: Open Sans, sans-serif;
}

.heading-xlarge-2.hero.gridindependence.bp.bat {
  font-size: 4em;
}

.heading-xlarge-2.hero.gridindependence.bp.bat.sun {
  margin-top: 12px;
}

.heading-xlarge-2.hero.gridindependence.bp.sun {
  height: auto;
}

.heading-xlarge-2.hero.gridindependence.bp.sun.center.pad {
  padding-left: 30px;
  padding-right: 30px;
}

.heading-xlarge-2.hero.center {
  text-align: center;
}

.heading-xlarge-2.hero.center.manten.sun {
  height: auto;
}

.heading-xlarge-2._18 {
  max-width: 18ch;
  font-size: 5em;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.bg-blue {
  background-color: #6411ff;
}

.bg-blue.rounded {
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.bg-blue.rounded.box {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.form.ebook {
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.form.presentacion {
  margin-top: 0;
}

.form.presentacion._100 {
  width: 100%;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.wrapper-call-to-action {
  width: 100%;
  min-height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.wrapper-call-to-action.inner-padding-small {
  padding-top: 30px;
  padding-bottom: 44px;
}

.wrapper-call-to-action.inner-cta-padding-small {
  padding-bottom: 45px;
}

.circle-check {
  width: 24px;
  height: 24px;
  background-color: rgba(90, 90, 90, .12);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.scribble {
  filter: hue-rotate(292deg);
  background-image: url('../images/scribble.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.list-flex {
  color: rgba(255, 255, 255, .54);
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  display: flex;
}

.list-flex.off {
  color: rgba(145, 145, 145, .54);
  text-decoration: line-through;
}

.image-features {
  width: 100%;
  max-width: 85%;
}

.image-features.max-width {
  max-height: 550px;
  max-width: 55%;
  object-fit: contain;
  position: static;
}

.heading-regular-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.image-profile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.main-paragraph-3 {
  color: #7f7f7f;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.main-paragraph-3.text-white-opacity {
  color: rgba(64, 64, 64, .46);
}

.main-paragraph-3.bold {
  font-size: 1.8em;
  font-weight: 500;
}

.main-paragraph-3.text-white-opacity {
  color: rgba(255, 255, 255, .46);
}

.main-paragraph-3.size-large {
  font-size: 1.5em;
  line-height: 1em;
}

.main-paragraph-3.size-large.white.gridindependence {
  text-align: center;
  line-height: 1.3em;
}

.main-paragraph-3.size-large.white.gridindependence._2 {
  margin-top: 15px;
}

.main-paragraph-3.size-large.white.gridindependence.mantenimien {
  margin-bottom: 28px;
}

.main-paragraph-3.monitoreo {
  margin-top: 15px;
}

.main-paragraph-3.monitoreo._80 {
  width: 80%;
  letter-spacing: .5px;
  font-size: 14px;
}

.main-paragraph-3.monitoreo._60 {
  width: 60%;
}

.main-paragraph-3.monitoreo._60.center {
  color: #3a3a3a;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.main-paragraph-3.white.center {
  text-align: center;
}

.main-paragraph-3.subtitulos {
  font-size: 16px;
}

.main-paragraph-3.porciento {
  letter-spacing: .2px;
}

.flex-name {
  font-size: 16px;
}

.price-wrapper {
  min-height: auto;
}

.xlarge-scroll-heading {
  color: #282829;
  text-transform: none;
  white-space: nowrap;
  font-size: 24vh;
  font-weight: 600;
  line-height: 28vh;
}

.price {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2;
}

.list-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wrapper-full-image {
  width: 100%;
  height: 65vh;
  background-image: url('../images/Paneles-Solares-Merida-Cancun-Campeche-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.media.rounded {
  height: 65vh;
  height: 75vh;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}

.wrapper-full-image.media.rounded.video {
  width: auto;
  margin: 30px;
  display: none;
}

.button-play-2 {
  width: 80px;
  height: 80px;
  opacity: .44;
  background-color: rgba(0, 0, 0, .9);
  border: 1px #313131;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out, background-color .2s;
  display: flex;
  overflow: hidden;
}

.button-play-2:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .9);
}

.logos-wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  display: flex;
}

.logos-wrapper.cni-logos {
  padding-left: .4em;
  padding-right: .4em;
}

.button-plan-wrapper {
  width: 100%;
  flex-direction: column;
  padding-top: 35px;
  display: flex;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.icon-play-2 {
  max-height: 22px;
  margin-left: 5px;
}

.quote-icon-2 {
  margin-bottom: 4%;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.icon-check {
  height: 9px;
}

.images-features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-tiles-hero {
  width: 100%;
  height: 100%;
  max-height: 38vh;
  object-fit: cover;
  position: relative;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.lightbox-link-2 {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 100px;
  align-items: center;
  padding: 13px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link-2:hover {
  background-color: rgba(128, 128, 128, .35);
}

.grid-rail {
  width: auto;
  min-height: auto;
  min-width: 60vw;
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.device-wrapper {
  z-index: 6;
  width: 100%;
  max-width: 1050px;
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.frame-image-overflow {
  width: 25vw;
  max-height: 38vh;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-overflow.no-frame {
  overflow: visible;
}

.hero-grid-header {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 10vh auto auto 10vh auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrap-container {
  z-index: 7;
  width: 100%;
  max-width: 1380px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-iphone {
  width: 30vw;
  mix-blend-mode: normal;
  object-fit: cover;
  position: relative;
  top: -27px;
}

.rail-wrapper, .rail-wrapper-reverse {
  flex: none;
  align-items: center;
  display: flex;
}

.hero-images-wrapper {
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.icono {
  width: 22px;
}

.proyecto-detalle {
  color: #fff;
  margin-top: 10px;
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.verde {
  width: 3px;
  height: 100%;
  background-color: #038544;
  margin-right: 10px;
}

.section-4 {
  min-height: 100vh;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60vh;
}

.section-4.proyecto {
  z-index: 7;
  min-height: 130vh;
  background-color: #fff;
  background-image: url('../images/EC_Fotos4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 40vh;
  padding-bottom: 40vh;
  display: flex;
  position: relative;
}

.section-4.proyecto._3 {
  min-height: 140vh;
  background-image: url('../images/EC_Fotos1.jpg');
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-top: 10vh;
  padding-bottom: 30vh;
}

.section-4.proyecto._3.one {
  justify-content: flex-start;
  align-items: center;
  margin-top: 295px;
  padding-top: 10vh;
}

.section-4.proyecto._3.cuatro {
  background-image: url('../images/EC_Fotos17.jpg');
}

.section-4.proyecto._3._6 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-8.jpg');
}

.section-4.proyecto._3._10 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-5.jpg');
}

.section-4.proyecto._3._11 {
  background-image: url('../images/EC_Fotos2.jpg');
}

.section-4.proyecto._3._12 {
  background-image: url('../images/paneles-solares-mexico-ecocentro-copy.jpg');
}

.section-4.proyecto._3._13 {
  background-image: url('../images/bateria-energia-solar-grid-independence-mexico-ecocentro.jpg');
}

.section-4.proyecto._3._14 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-2.jpg');
}

.section-4.proyecto._3._15 {
  background-image: url('../images/EC_Fotos10.jpg');
}

.section-4.proyecto._3._16 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-1.jpg');
}

.section-4.proyecto._3._18 {
  background-image: url('../images/EC_Fotos9.jpg');
}

.section-4.proyecto._3._19 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-11.jpg');
}

.section-4.proyecto._3._20 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-1.jpg');
}

.section-4.proyecto._3._21 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-4.jpg');
}

.section-4.proyecto._3._22 {
  background-image: url('../images/EC_Fotos2.jpg');
}

.section-4.proyecto._3._24 {
  background-image: url('../images/EC_Fotos6.jpg');
}

.section-4.proyecto._3._25 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-3.jpg');
}

.section-4.proyecto._3._26 {
  background-image: url('../images/EC_Fotos3.jpg');
}

.section-4.proyecto._3._28 {
  background-image: url('../images/paneles-solares-industrial-gran-escala-4.jpg');
}

.section-4.proyecto.last {
  min-height: 100vh;
  background-image: url('../images/EC_Fotos1.jpg');
  border-radius: 0;
  margin: 2px 0 0;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.section-4.proyecto._1 {
  background-image: url('../images/EC_Fotos17.jpg');
}

.section-4.proyecto._1.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-8.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 15vh;
}

.section-4.proyecto._2 {
  background-image: url('../images/EC_Fotos8.jpg');
}

.section-4.proyecto._2.ci {
  background-image: url('../images/paneles-solares-industrial-gran-escala-5.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._4 {
  background-image: url('../images/EC_Fotos2.jpg');
}

.section-4.proyecto._4.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-4.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._5 {
  background-image: url('../images/EC_Fotos3.jpg');
}

.section-4.proyecto._5.c-i {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._5.c-i.holiday-inn {
  background-image: url('../images/Holiday-Inn-Campeche-mexico.jpg');
}

.section-4.proyecto._6.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-3.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._7 {
  background-image: url('../images/EC_Fotos6.jpg');
}

.section-4.proyecto._7.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-11.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._8 {
  background-image: url('../images/EC_Fotos9.jpg');
}

.section-4.proyecto._8.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-1.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.proyecto._9 {
  background-image: url('../images/EC_Fotos10.jpg');
}

.section-4.proyecto._9.c-i {
  background-image: url('../images/paneles-solares-industrial-gran-escala-2.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
}

.section-4.hero {
  z-index: 9;
  background-image: url('../images/paneles-solares-merida-campeche-riviera-maya-mexico.jpg'), linear-gradient(#08101d, #08101d);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 4vh;
  padding-bottom: 60px;
  position: relative;
}

.section-4.hero.c-i {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .91)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  margin-top: 0;
  padding-top: 73vh;
}

.section-4.hero.c-i._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-4.hero.c-i._2.ci {
  min-height: 0;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.detalle {
  width: 250px;
  height: 50px;
  background-color: rgba(0, 0, 0, .88);
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.detalle.c-i {
  background-color: rgba(20, 20, 20, .93);
  margin-top: 5px;
}

.wrapper-outline {
  border: 1px solid #494949;
  overflow: hidden;
}

.wrapper-outline.rounded {
  border-color: #fff;
  border-radius: 10px;
}

.enphase-animation-1 {
  width: 100%;
}

.enphase-animation-1._2 {
  z-index: 0;
  position: relative;
}

.white-lable-link {
  text-decoration: none;
}

.animation-full {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.animation-full.gradient {
  z-index: 3;
  position: relative;
}

.section-5 {
  height: 100%;
  background-color: #000;
  position: relative;
  top: 0;
}

.section-5.gradient {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
}

.section-5.ecocentro-cad {
  margin-bottom: 80px;
}

.label-sequence {
  color: #1b1b1b;
}

.label-sequence.not-included {
  color: #464646;
}

.white-label {
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 15px;
  transition: all .2s ease-in-out;
  position: absolute;
}

.white-label:hover {
  background-color: #ffae00;
}

.white-label._5 {
  top: 522px;
  left: 608px;
}

.white-label._2 {
  top: 277px;
  left: 262px;
}

.white-label._3 {
  top: 195px;
  left: 637px;
}

.white-label._4 {
  top: 589px;
  left: 358px;
}

.white-label._4.not-included {
  border: 2px solid #ffae00;
  top: 529px;
  left: 262px;
}

.white-label._1 {
  top: 129px;
  left: 177px;
}

.white-label._1.bp {
  left: 263px;
}

.white-label._1.bp._2 {
  top: 221px;
  left: 655px;
}

.white-label._1.bp._3 {
  top: 477px;
  left: 184px;
}

.white-label._1.bp._3.en {
  left: 307px;
}

.white-label._1.bp._4 {
  top: 299px;
  left: 219px;
}

.white-label._1.bp._5 {
  top: 482px;
  left: 657px;
}

.white-label._1.bp._2-copy {
  top: 187px;
  left: 655px;
}

.white-label._1.bp._2-copy-copy {
  top: 306px;
  left: 655px;
}

.white-label._1.bp._2-copy-copy._2 {
  top: 390px;
}

.white-label._1.bp.en {
  left: 300px;
}

.white-label._6 {
  top: 129px;
  left: 177px;
}

.white-label._6.bp {
  top: 217px;
  left: 218px;
}

.white-label._6.bp._2 {
  top: 187px;
  left: 655px;
}

.white-label._6.bp._3 {
  top: 299px;
  left: 208px;
}

.white-label._6.bp._4 {
  top: 299px;
  left: 219px;
}

.white-label._6.bp._5 {
  top: 352px;
  left: 639px;
}

.white-label._6.bp.en {
  left: 299px;
}

.white-label._7 {
  top: 129px;
  left: 177px;
}

.white-label._7.bp {
  top: 303px;
  left: 204px;
}

.white-label._7.bp._2 {
  top: 187px;
  left: 655px;
}

.white-label._7.bp._3 {
  top: 299px;
  left: 208px;
}

.white-label._7.bp._4 {
  top: 299px;
  left: 219px;
}

.white-label._7.bp._5 {
  top: 352px;
  left: 639px;
}

.white-label._7.bp.en {
  left: 193px;
}

.white-label._8 {
  top: 129px;
  left: 177px;
}

.white-label._8.bp {
  top: 392px;
  left: 201px;
}

.white-label._8.bp._2 {
  top: 187px;
  left: 655px;
}

.white-label._8.bp._3 {
  top: 299px;
  left: 208px;
}

.white-label._8.bp._4 {
  top: 299px;
  left: 219px;
}

.white-label._8.bp._5 {
  top: 352px;
  left: 639px;
}

.white-label._8.bp.en {
  left: 277px;
}

.white-label._10 {
  top: 129px;
  left: 177px;
}

.white-label._10.bp {
  left: 256px;
}

.white-label._10.bp._2 {
  top: 129px;
  left: 655px;
}

.white-label._10.bp._3 {
  top: 299px;
  left: 208px;
}

.white-label._10.bp._4 {
  top: 299px;
  left: 219px;
}

.white-label._10.bp._5 {
  top: 352px;
  left: 639px;
}

.black-background {
  background-color: #000;
  overflow: hidden;
}

.black-background.cni {
  z-index: 100;
  margin-top: 0;
  position: static;
}

.mockup {
  z-index: 2;
  width: auto;
  height: auto;
  max-height: 715px;
  max-width: none;
  box-shadow: none;
  background-color: #4e4e4e;
  border: 10px solid #000;
  border-radius: 25px;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-3 {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 100px;
  align-items: center;
  padding: 11px 19px 11px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link-3:hover {
  background-color: rgba(128, 128, 128, .35);
}

.lightbox-link-3.spaceup {
  margin-top: 16px;
  margin-left: 16px;
  padding-right: 23px;
}

.lightbox-link-3.ebook {
  margin-top: 25px;
  padding-left: 25px;
}

.image-frame {
  width: 20vw;
  max-width: 380px;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-frame.move {
  width: 25vw;
  max-width: 480px;
  bottom: -20px;
  left: -45px;
  overflow: visible;
}

.image-frame.frame-padding-small {
  padding: 2vh 2vw;
}

.image-frame.frame-padding-small._3d {
  overflow: visible;
}

.hero-grid-header-2 {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: 10vh auto auto 10vh auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 9px;
}

.hero-overlayer {
  z-index: 1;
  background-image: linear-gradient(#000 5%, rgba(37, 37, 37, 0) 20%, rgba(37, 37, 37, 0) 70%, #000 91%), linear-gradient(to right, #000, rgba(255, 255, 255, 0) 67%);
  margin-bottom: -6px;
  margin-left: -8px;
  position: relative;
}

.divider-overlap {
  z-index: 2;
  width: 100%;
  height: 35%;
  max-height: 450px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-overlap.bg-dark-gray {
  background-color: #272727;
}

.overlap-divider {
  height: 100%;
  background-color: #e6e6e6;
}

.overlap-divider.bg-dark-gray {
  background-color: #272727;
}

.overlap-divider.bg-dark-gray.medium {
  height: 35%;
}

.value {
  color: #fff;
  padding-top: 31px;
  font-size: 4.5em;
  font-weight: 500;
}

.value.small {
  font-size: 3em;
}

.content-divider-wrapper {
  width: 100%;
  max-width: none;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-overlap {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.stats-wrapper-2 {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-icon {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-stats-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-list-stats {
  grid-template-rows: auto;
}

.grid-list-stats.margin-bottom-small {
  margin-bottom: 22px;
}

.plus-icon {
  height: 16px;
}

.title-tag {
  color: rgba(255, 255, 255, .6);
  text-align: left;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.wrapper-image-blog {
  overflow: hidden;
}

.faq-link {
  width: 100%;
  height: auto;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-link._1 {
  padding-top: 0;
}

.faq-wrapper {
  border-bottom: 1px solid #424242;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-wrapper._1 {
  border-bottom-color: rgba(255, 255, 255, .26);
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.faq-wrapper.linewhite {
  border-bottom-color: rgba(255, 255, 255, .41);
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.faq-container {
  color: #747474;
}

.heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.inner-icon {
  width: 60px;
  max-height: 42px;
  padding-left: 16px;
}

.inner-icon.monitoring {
  width: 50px;
  filter: invert();
  margin-top: 5px;
}

.inner-icon.invert {
  max-height: none;
  max-width: 45px;
  filter: invert();
  padding-left: 0;
}

.heading-regular-3 {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8em;
}

.heading-regular-3.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.tabs-nav-menu {
  justify-content: flex-start;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  box-shadow: inset 0 -1px #1b1b1b;
}

.button-tab {
  color: #838383;
  text-align: center;
  background-color: #1b1b1b;
  border-radius: 4px 4px 0 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 16px;
}

.button-tab.w--current {
  color: #fff;
  background-color: #00259e;
  box-shadow: inset 0 -4px #0060e8;
}

.tabs-menu-vertical {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.image-tab-wrapper {
  max-height: 65vh;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-list {
  color: #fff;
  text-align: left;
  background-color: #222;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.4;
}

.tab-list.w--current {
  background-color: #00259e;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrapper-text-opacity {
  color: rgba(255, 255, 255, .5);
  line-height: 1.5;
}

.tabs-column {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12, .text-block-13 {
  color: rgba(255, 255, 255, .5);
}

.text-block-14, .title-product {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.product-description {
  color: rgba(255, 255, 255, .5);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.card-container-960 {
  width: 100%;
  height: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 115%;
}

.testimonial-header._2 {
  margin-top: 20px;
}

.stackable__card-wrap {
  width: 100%;
  position: relative;
}

.video-icon {
  z-index: 2;
  width: 25px;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
}

.cta-eco {
  opacity: 1;
  background-color: #01387f;
  border: 2px solid #01387f;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-eco.outlined {
  color: #01387f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #01387f;
  transition: all .2s ease-in-out;
}

.cta-eco.outlined:hover {
  color: #fff;
  background-color: #01387f;
}

.testimonial-subheader {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.testimonial-subheader.blog {
  margin-top: 10px;
}

.cta-vide {
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.cta-vide:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .15);
  border-color: #fff;
}

.cta-vide:active {
  flex: 0 auto;
}

.photo-circle-holder {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  z-index: -1;
  width: auto;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8.phone {
  display: none;
}

.stackable-cards {
  background-image: url('../images/EcoCentro_Web_Fondo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 165px 5%;
}

.card__paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.cta-holder-videos {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial-photo-holder {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.stackable__card {
  width: 700px;
  height: 750px;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  box-shadow: 0 16px 40px 3px rgba(0, 0, 0, .42);
}

.stackable__card._3 {
  z-index: 8;
  top: 10%;
}

.stackable__card._2 {
  z-index: 5;
  top: 10%;
}

.stackable__card._4 {
  z-index: 9;
  z-index: 9;
}

.card__text-wrap {
  z-index: 5;
  width: 480px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
}

.inner-track {
  width: 100%;
  min-height: 30vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.inner-track._2 {
  min-height: 40vh;
}

.grid-stats {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: stretch;
}

.grid-stats.gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.paragraph-wrapper-center {
  width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-wrapper-center.inner-padding-medium.space {
  width: 100%;
  margin-bottom: 0;
}

.hero-track {
  max-height: none;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.hero-track._2 {
  min-height: 0;
}

.hero-track.blue-planet {
  min-height: 0;
  margin-bottom: 62px;
}

.hero-track.blue-planet.propuesta {
  align-items: center;
}

.titulo-tesetimonio {
  margin-top: 10px;
}

.titulo-testimonio {
  font-size: 18px;
}

.text-span-5, .text-span-6 {
  font-weight: 600;
}

.heading-5 {
  color: #1d243b;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.heading-5.whte {
  color: #fff;
}

.form-2 {
  display: flex;
}

.submit-button {
  background-color: #019b23;
  border-radius: 0 100px 100px 0;
  margin-left: 0;
  padding-left: 22px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  line-height: 14px;
}

.text-field-2 {
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-field-3 {
  border-radius: 100px 0 0 100px;
  margin-bottom: 0;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.white {
  color: #fff;
}

.hero-center-column {
  width: 45%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  padding-left: 6%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;
}

.hero-text.white {
  font-weight: 700;
}

.hide-on-mobile {
  transition: opacity .2s;
}

.hide-on-mobile:hover {
  opacity: .8;
}

.subtitle {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}

.slide-bg {
  background-image: url('../images/Tenis.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 380px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-bg._2 {
  background-image: url('../images/Baterias-energia-solar-almacenamiento-energia-v2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-bg._3 {
  background-image: url('../images/manzanafondo.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-bg._4 {
  background-image: url('../images/paneles-solares-merida-yucatan-riviera-maya-campeche-2022.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-slide-container {
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.slider {
  height: 100%;
}

.button-boxed {
  min-height: 42px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 30px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-boxed:hover {
  background-color: #2e2e2e;
}

.button-boxed.red {
  width: auto;
  background-color: #c80f2e;
}

.text-span-8 {
  color: #fff;
  font-weight: 400;
}

.termstext {
  text-align: justify;
  letter-spacing: .3px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.icon-eco1 {
  width: 90px;
  margin-top: -76px;
  margin-left: 80px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonial-card {
  min-height: 230px;
  background-color: #fff;
  border-radius: 10px;
}

.testimonial-card.horizontal {
  border-radius: 4px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.testimonial-card.horizontal.vertical, .testimonial-card.horizontal.vertical._2 {
  flex-direction: column;
}

.testimonial-card.vertical {
  border-radius: 4px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.testimonial-card.vertical.horizontal {
  flex-direction: row;
}

.testimonial-card.vertical-big {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image.horizontal {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image.horizontal.vertical {
  height: auto;
}

.image.horizontal.done {
  height: auto;
  margin-right: 0;
}

.image.vertical {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.image-circle {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  overflow: hidden;
}

.testimonial-text {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.testimonial-copy {
  margin-left: 30px;
}

.testimonial-copy.vertical {
  margin-left: 0;
}

.testimonial-copy.vertical.horizontal {
  margin-left: 40px;
}

.testimonial-copy.nopad {
  margin-left: 0;
}

.select-field {
  min-height: 50px;
  color: #929292;
  text-align: left;
  border: 1px #000;
  border-radius: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.video-block {
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  display: block;
}

.image-23 {
  width: 13px;
  margin-left: 4px;
}

.lightbox-link-4 {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.lightbox-link-4:hover {
  background-color: #fff;
  border-color: #fff;
}

.monitoreo-text {
  min-width: 500px;
  flex-direction: column;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
}

.lottie-animation {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-text {
  z-index: 400;
  width: 100%;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 21px;
  display: flex;
  position: absolute;
}

.lottie-text.gradient {
  background-image: none;
}

.lottie-45 {
  width: 45%;
  height: 350px;
}

.lottie-55 {
  width: 55%;
}

.buttoncta {
  align-items: center;
  display: flex;
}

.background-video-3 {
  width: 100%;
}

.form-section {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 28%), linear-gradient(rgba(1, 14, 54, .84), rgba(0, 37, 158, .32)), url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  align-items: center;
  padding: 100px 0%;
  display: flex;
}

.form-section.ci {
  padding-bottom: 41px;
}

.form-section.panel {
  padding-bottom: 0;
}

.form-section.white {
  background-image: linear-gradient(rgba(1, 14, 54, .84), rgba(0, 37, 158, .32)), url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.form-section.sunna {
  padding-top: 40px;
}

.benefit-description {
  width: 60%;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
}

.benefit-description.white-cta {
  color: #fff;
}

.benefit-description.c-i {
  margin-bottom: 60px;
}

.button-holder {
  width: 100%;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-holder.c-i {
  margin-top: 60px;
}

.benefit-h1 {
  color: #000;
  margin-top: 3px;
  font-size: 3em;
  line-height: 115%;
}

.benefit-h1.white-cta {
  color: #fff;
}

.benefit-h1.white-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.benefit-h1.white-text.description {
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.container-4 {
  width: 100%;
  max-width: none;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 36px;
  padding-bottom: 67px;
  display: flex;
  overflow: hidden;
}

.container-4.blue {
  background-color: rgba(0, 0, 0, 0);
}

.container-4.blue.ci {
  padding-bottom: 0;
}

.container-4.blue.presentacion, .container-4.blue.sunna {
  padding-top: 0;
}

.form-holder {
  width: 350px;
  height: 360px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 55px -7px rgba(0, 0, 0, .8);
}

.form-holder._2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.whatsapp {
  color: #01387f;
  align-items: center;
  margin-top: 8px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.image-20 {
  width: 30px;
  height: 30px;
}

.text-block-3-copy {
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.custom_container-2 {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.custom_container-2.sections {
  z-index: 100;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #000 7%, rgba(240, 240, 240, .06) 41%, rgba(211, 211, 211, .17) 82%, rgba(255, 255, 255, 0) 82%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 65px;
  display: flex;
  position: absolute;
}

.hero-home {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.hero-home.c-i {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hero-home.c-i.sub {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.paneles {
  width: 100%;
  height: 200px;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .91), rgba(255, 255, 255, 0)), url('../images/ecocentro-paneles-solares-industriales2.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  max-width: 230px;
}

.underneath__grid_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefit-title {
  color: #000;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.grid-3 {
  width: 90%;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 57px;
  margin-bottom: 56px;
}

.grid-3.c-i {
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-i-icon {
  height: 40px;
}

.btn-group {
  margin-top: 5px;
  margin-bottom: 100px;
}

.btn-group.c-i {
  margin-bottom: 0;
}

.c-i---info {
  height: 500px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .38) 66%, rgba(255, 255, 255, 0)), url('../images/paneles-solares-comercial-industrial-mexico-gran-escala.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 166px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.icon-title {
  width: 60px;
}

.sticky {
  z-index: 2;
  height: 599px;
  background-color: #000;
  position: static;
  top: 0;
  bottom: 655px;
}

.proyecto-detalle-2 {
  color: #fff;
  margin-top: 10px;
  margin-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.proyecto-detalle-2.c-i {
  letter-spacing: .3px;
  font-size: 17px;
  font-weight: 300;
}

.box70 {
  width: 80%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 100%;
}

.calculadora-back {
  flex-direction: row;
  display: block;
}

.previous {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: .45;
  color: #f4f4f4;
  justify-content: center;
  align-items: center;
  margin: auto auto 30px 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -3%;
  right: auto;
}

.previous:hover {
  opacity: 1;
}

.previous.new {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block {
  color: #fff;
  font-weight: 500;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  border-radius: 0;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.field-input-2 {
  width: 100%;
  min-height: 45px;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  font-size: 16px;
}

.field-input-2:focus {
  border-color: #0064fe;
}

.field-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.field-input-2::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ec2b2b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message {
  letter-spacing: 1px;
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 50px -4px rgba(0, 0, 0, .49);
}

.success-message.presentacion {
  background-color: rgba(0, 0, 0, 0);
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.slider-content-wrap.presentacion {
  margin-top: 28px;
  padding-top: 0;
}

.previous-button {
  opacity: 1;
  color: #fff;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.slider-2 {
  height: 100%;
  max-width: 700px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: 33px;
}

.form-content.final {
  margin-bottom: 0;
}

.form-content.final.cdenter {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.form-content.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-content.center.pre {
  margin-bottom: 0;
}

.checkbox_wrap {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.submit-button-2 {
  width: 260px;
  height: auto;
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-field {
  width: 24%;
  height: 140px;
  min-width: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
  filter: grayscale();
  margin-top: -10px;
  padding-top: 0;
}

.arrow {
  width: 16px;
  filter: brightness(0%) invert();
  color: #fff;
  margin-right: 8px;
}

.paragraph {
  max-width: 550px;
  color: #5b617c;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.spaceup {
  opacity: .39;
  color: silver;
  margin-top: 20px;
}

.checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.next {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 2px;
  overflow: visible;
}

.next.new {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  position: static;
}

.form12_checkbox_field {
  width: 140px;
  height: 120px;
  background-color: #fff;
  border: 1.2px solid rgba(0, 30, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.slide {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.text-counter {
  color: rgba(91, 97, 124, .45);
  font-size: 14px;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form07_legal {
  color: rgba(16, 28, 46, .54);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.form-full {
  min-height: 100vh;
  background-image: url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.form-full.vertical {
  flex-direction: column;
  align-items: center;
}

.form-full.vertical.blueblog {
  background-image: linear-gradient(#000, #12204c 47%, #00429e 100%, #09f);
  padding-bottom: 50px;
}

.form-full.vertical.blueblog.articulo {
  background-image: linear-gradient(#000, #12204c 29%, #00429e 71%, #00538b), url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-left: 10%;
  padding-right: 10%;
}

.form-full.vertical.blueblog.articulo._100 {
  padding-left: 0%;
  padding-right: 0%;
}

.form-full.vertical.blueblog.ebook {
  background-image: linear-gradient(#000, #12204c 29%, #00429e 71%, #00538b), url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.form-full.vertical.blueblog.ebook._100 {
  padding-left: 0%;
  padding-right: 0%;
}

.form-full.transparente {
  background-image: none;
}

.form-full.transparente._100 {
  width: 100%;
}

.checkbox-title {
  color: #000;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-wrapper-2 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.select-field-2 {
  height: auto;
  color: #050505;
  background-color: #fff;
  border-radius: 100px;
  font-family: Open Sans, sans-serif;
}

.text-field-4 {
  height: 50px;
  border-radius: 10px;
}

.text-field-4.space {
  margin-right: 10px;
}

.text-field-4.sapce2 {
  margin-left: 10px;
}

._50-50 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-9 {
  color: #fff;
  font-weight: 400;
}

.blue-planet-logo {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.boxbp {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 70px;
}

.baterias {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 30px 0;
  display: flex;
}

.bateria.tetris {
  width: 20%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.battery-h3 {
  color: #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: -63px;
}

.battery-h3.tetris {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  position: static;
}

.battery-h3.tetris._2 {
  font-size: 12px;
  font-weight: 400;
}

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

.decks__grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.decks__grid.decks__grid--margin {
  margin-right: 1vw;
}

.cta-eco-2 {
  opacity: 1;
  background-color: #01387f;
  border: 2px solid #01387f;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-eco-2.no-margin {
  background-color: #000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.cta-holder-2 {
  display: flex;
}

.decks__wrapper {
  width: 120vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.decks {
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.decks.white-bg {
  background-color: #fff;
  padding-top: 104px;
}

.decks__overlay {
  z-index: 1;
  height: 116px;
  background-image: linear-gradient(rgba(246, 246, 246, 0), rgba(43, 42, 53, .2));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.decks__image {
  width: 15.5vw;
  border-radius: 4px;
  box-shadow: 0 24px 24px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .06), 0 4px 8px rgba(0, 0, 0, .12), 0 0 1px rgba(0, 0, 0, .06);
}

.decks__image.decks__image--margin {
  margin-bottom: 1.5vh;
}

.pss__primary-heading {
  color: rgba(0, 0, 0, .85);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 115%;
}

.instalaciones-paragraph {
  text-align: center;
}

.pss__secondary-heading {
  color: rgba(0, 0, 0, .65);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.reviews-holder {
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.cientos-instalaciones {
  width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.form-3 {
  border-bottom: 1px #000;
}

.link, .link-2 {
  color: #fff;
}

.login-white {
  z-index: 101;
  width: 450px;
  height: auto;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: absolute;
}

.close-wrapper {
  width: 100%;
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.login-form-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sign-up-form-field {
  color: #596170;
  letter-spacing: .02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
}

.sign-up-form-field.faint {
  opacity: .75;
  color: rgba(49, 51, 59, .48);
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.form-button-wrapper {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.form-button-wrapper-facebook-2 {
  width: 100%;
  text-align: center;
  background-color: #3c5a99;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 9px 15px;
  display: flex;
}

.fb-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/facebook.icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.fb-text {
  color: #f7f8fa;
  letter-spacing: .12em;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2em;
}

.log-in-modal {
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-button-wrapper-google {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #4285f4;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 9px 15px;
  display: flex;
}

.close-icon-2 {
  width: 15px;
  height: 15px;
  opacity: .5;
}

.sign-up-buttons-wrappers {
  width: 100%;
  margin-bottom: 14px;
}

.social-divider {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.google-icon {
  z-index: 10;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 2px 3px;
  display: flex;
  position: relative;
}

.login-buttons-wrapper {
  width: 100%;
  display: none;
}

.login-header-text {
  color: #000;
  letter-spacing: .01em;
  margin-bottom: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}

.fb-text-2 {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2em;
}

.forgot-password-link {
  color: #596170;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: underline;
}

.forgot-password-link:hover {
  color: #31333b;
}

.link-5 {
  color: #596170;
}

.cta-button {
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #c83232;
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2em;
  transition: all .25s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.cta-button:hover {
  color: #fff;
  background-color: #da3333;
}

.cta-button.sign-up-button {
  width: 100%;
  text-transform: none;
  background-color: #001139;
  flex: 0 auto;
  margin-top: 0;
  margin-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
}

.sign-up-form-2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-button-wrapper-google-2 {
  width: 100%;
  text-align: center;
  background-color: #4285f4;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 9px 15px;
  display: flex;
}

.social-or {
  color: #14192b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.password-forget-text {
  color: #596170;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.form-button-wrapper-facebook {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #3c5a99;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 9px 15px;
  display: flex;
}

.sign-up-terms-services {
  width: 100%;
  color: #000;
  text-align: center;
  margin: -5px auto 16px;
}

.google-icon-2 {
  z-index: 10;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  padding: 2px 3px 5px;
  position: relative;
}

.password-form-field {
  color: #596170;
  letter-spacing: .02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
}

.password-form-field.faint {
  opacity: .75;
  color: rgba(49, 51, 59, .75);
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.social-divider-lines {
  width: 45%;
  height: 1px;
  background-color: #dddbdb;
  margin-bottom: -2px;
}

.social-or-2 {
  color: #596170;
  font-size: 18px;
}

.social-divider-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.link-block-5 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.whatsapp-2 {
  z-index: 99999999;
  width: 60px;
  height: 60px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#019b23, #019b23);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  border-radius: 100px;
  transition: all .325s ease-in-out;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1.5%;
  box-shadow: 2px 3px 15px -10px rgba(128, 128, 128, .41);
}

.whatsapp-2:hover {
  box-shadow: 3px 5px 20px rgba(128, 128, 128, .61);
}

.image-28 {
  filter: brightness(0%) saturate(0%) invert();
}

.noticia {
  color: #000;
  justify-content: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.bold-text, .bold-text-2 {
  text-align: center;
}

.home-instalaciones {
  width: 100%;
  height: 650px;
  background-image: linear-gradient(92deg, #000, rgba(0, 0, 0, 0) 65%), linear-gradient(to top, #000, rgba(255, 255, 255, 0) 47%), url('../images/paneles-solares-mexico-ecocentro-copy.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.home-instalaciones.gridindependence {
  background-image: linear-gradient(92deg, #000, rgba(0, 0, 0, 0) 65%), linear-gradient(to top, #000, rgba(255, 255, 255, 0) 47%), url('../images/bateria-energia-solar-grid-independence-mexico-ecocentro.jpg');
  padding-left: 0;
  padding-right: 0;
}

.home-instalaciones.ecocentro {
  background-image: linear-gradient(92deg, #000, rgba(0, 0, 0, 0) 65%), linear-gradient(to top, #000, rgba(255, 255, 255, 0) 47%), url('../images/paneles-solares-merida-campeche-riviera-maya-mexico.jpg');
}

.home-instalaciones.ecocentro.center {
  height: 700px;
  background-image: linear-gradient(3deg, #000 11%, rgba(0, 0, 0, 0) 11%), url('../images/paneles-solares-merida-campeche-riviera-maya-mexico.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 59px;
}

.home-instalaciones.ecocentro.center.eco {
  background-image: linear-gradient(3deg, #000, #000 14%, rgba(0, 0, 0, 0) 14%), url('../images/paneles-solares-merida-campeche-riviera-maya-mexico.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 88px;
}

.home-instalaciones.mantenimiento {
  height: 800px;
  background-image: linear-gradient(92deg, #000, rgba(0, 0, 0, 0) 65%), linear-gradient(to top, #000, rgba(255, 255, 255, 0) 47%), url('../images/mantenimiento-paneles-solares-ecocentro.jpg');
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
}

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

.grid-4.residencial {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4.residencial.monitoreo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.slider-3 {
  height: 100%;
}

.bg-slider {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(52, 52, 52, .18) 60%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Baterias-energia-solar-almacenamiento-energia-v1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-slider._2 {
  background-image: url('../images/paneles-solares-merida-yucatan-riviera-maya-campeche-2022.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.footer-text {
  max-width: 300px;
  color: rgba(255, 255, 255, .8);
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
}

.home-features-subheading {
  color: #47c1fe;
  margin-bottom: 16px;
}

.cta-form-block {
  margin-top: 40px;
}

.nav-link {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
}

.nav-link:hover {
  color: #145aff;
  font-weight: 500;
}

.nav-link.w--current {
  color: #2cae76;
  font-weight: 500;
}

.nav-link.login {
  flex: none;
  font-weight: 500;
}

.nav-link.login.desktop {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.login-mob {
  display: none;
}

.testimonial-image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  flex: none;
  margin-right: 20px;
  overflow: hidden;
}

.footer-links-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cart-quantity {
  height: auto;
  color: #145aff;
  background-color: rgba(20, 90, 255, .1);
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  display: flex;
}

._16-px {
  flex: none;
  font-size: 16px;
}

.features-learn-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  width: 100%;
  max-width: 1160px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.dropdown-list-full-wrapper.blog {
  max-width: 1160px;
}

.option {
  margin-top: 0;
}

.stats-number-text {
  color: #0d0e10;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

.integrations-inside-container-2 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.navbar-brand {
  width: 150px;
  height: 40px;
  margin-right: 0;
}

.navigation-left {
  width: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-collection-list {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-form {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-features-1-circle {
  width: 40px;
  height: 40px;
  background-color: #ffcb3d;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: auto;
  overflow: hidden;
}

.testimonial-down {
  width: 4000%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.feature-tab-icon-and-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-up {
  width: 4000%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.navigation-center {
  width: auto;
  display: flex;
}

.featrues-tab-pane-circle-2 {
  width: 40px;
  height: 40px;
  background-color: #145aff;
  border-radius: 50%;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.secondary-nav-link {
  color: #fff;
  justify-content: flex-start;
  margin-left: 10px;
  font-weight: 500;
  display: flex;
}

.home-hero-circle-decoration-2 {
  width: 20px;
  height: 20px;
  background-color: #c7cad1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 10%;
}

.image-29 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-29.contain {
  object-fit: contain;
  margin-top: 0;
}

.featured-learn-more-arrow {
  margin-left: 16px;
}

.footer-social-icons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-stats-grid-item {
  padding-top: 48px;
}

.home-stats-grid-item.middle {
  border-left: 1px solid #e1e4eb;
  border-right: 1px solid #e1e4eb;
}

.testimonial-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.cta-text {
  color: #fff;
  font-size: 22px;
}

.home-features-1-main-image {
  z-index: 1;
  width: 85%;
  max-width: 480px;
  position: relative;
}

.navigation {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-floating-image-2 {
  z-index: 3;
  width: 260px;
  height: 156px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: -20%;
  right: auto;
  box-shadow: 0 16px 71px rgba(64, 69, 79, .1);
}

.features-learn-more-link-line {
  height: 1px;
  background-color: #e1e4eb;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-pointer-icon {
  margin-bottom: 14px;
}

.h2-60-px {
  letter-spacing: -1.2px;
  font-size: 60px;
}

.home-hero-main-image {
  z-index: 2;
  width: auto;
  height: 506px;
  max-width: 490px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.integration-up {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.pointer-grid {
  width: 55%;
  max-width: 620px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-subheading {
  margin-bottom: 16px;
}

.home-features-tab-menu {
  width: 38%;
  max-width: 400px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-integrations-section {
  overflow: hidden;
}

.feature-tab-icon {
  flex: none;
  margin-top: -7px;
  margin-right: 16px;
}

.home-integration-circle-2 {
  width: 20px;
  height: 20px;
  background-color: #1ebd53;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 27%;
  right: auto;
}

.home-blog-heading-and-button {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.blog-heading-and-subheading {
  max-width: 620px;
}

.home-features-heading {
  margin-bottom: 16px;
}

.features-tab-circle-2 {
  width: 20px;
  height: 20px;
  background-color: #47c1fe;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 32%;
  right: auto;
}

.pointer-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-move-1 {
  display: flex;
}

.hero-floating-image-1 {
  z-index: 3;
  width: 180px;
  height: 180px;
  border-radius: 8px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -11%;
  overflow: hidden;
  box-shadow: 0 9px 42px rgba(64, 69, 79, .1);
}

.footer-field-and-button {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.integration-cards-container-1 {
  width: 1000%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.hero-floating-image-3 {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 7px;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: -11%;
  overflow: hidden;
}

.option-list-nav {
  margin-top: 0;
}

.featured-main-collection-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.features-tab-circle-1 {
  width: 16px;
  height: 16px;
  background-color: #47c1fe;
  border-radius: 50%;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.home-features-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.navigation-heading {
  margin-bottom: 20px;
}

.navigation-heading.more {
  color: #145aff;
  margin-bottom: 0;
}

.navigation-heading.more:hover {
  color: #1ebd53;
}

.heading-and-text-contain {
  margin-left: 20px;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 16px;
}

.home-integration-circle-1 {
  width: 16px;
  height: 16px;
  background-color: #ffcb3d;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.apple-pay {
  height: 60px;
  border-radius: 12px;
}

.cta-pointers-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-section {
  z-index: 1;
  margin-bottom: -205px;
  position: relative;
}

.cta-button-2 {
  color: #145aff;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: all .2s;
}

.cta-button-2:hover {
  color: #fff;
  background-color: #1ebd53;
}

.plan-name-cart {
  color: #0d0e10;
}

.wrapper {
  width: 85%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.wrapper.home-hero-wrapper {
  align-items: flex-start;
}

.wrapper.testimonial-wrapper {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
}

.wrapper._1920px {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 140px;
  overflow: visible;
}

.wrapper._1920px.background-image {
  max-width: none;
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wrapper.footer-wrapper {
  border-bottom: 1px solid #40454f;
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.wrapper.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper.feature-4-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.home-feature-3-wrapper {
  flex-direction: row-reverse;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.navigation-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper.home-feature-1-wrapper {
  padding-bottom: 145px;
}

.features-2-section {
  z-index: 1;
  background-color: #0f1f3d;
  background-image: url('../images/Pattern-Bkg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
  position: relative;
}

.home-feature-1-image-background {
  width: 480px;
  height: 656px;
  background-image: linear-gradient(135deg, #f1f3f6, #fff 65%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: auto;
}

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

.feature-collection-item {
  height: 100%;
}

.home-tabs-content {
  width: 60%;
  max-width: 730px;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-link {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  color: #c7cad1;
}

.footer-link.cf {
  color: #47c1fe;
  display: inline-block;
}

.footer-link.down {
  display: inline-block;
}

.visual-features-item-heading {
  margin-bottom: 8px;
}

.integrations-inside-container-1 {
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  color: #145aff;
  margin-top: 10px;
}

.cart-button {
  color: #0f1f3d;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.home-features-image {
  z-index: 1;
  position: relative;
  left: -25px;
}

.testimonial-item {
  max-width: 600px;
  border-radius: 12px;
  margin-right: 40px;
  padding: 32px 28px 50px;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.home-stats-heading {
  margin-bottom: 16px;
}

.visual-features-item-image {
  margin-bottom: 28px;
}

.visual-features-item-image.pages {
  margin-bottom: 0;
}

.home-features-images-container {
  width: 50%;
  max-width: 620px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-features-images-container.feature-3 {
  width: 45%;
  flex-direction: row-reverse;
  position: relative;
}

.home-hero-image-circle {
  z-index: 1;
  width: 64px;
  height: 64px;
  background-color: #145aff;
  border-radius: 50%;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.home-features-2-up {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-bg-circle {
  width: 920px;
  height: 920px;
  background-image: linear-gradient(#f1f3f6, rgba(241, 243, 246, .2));
  border-radius: 100%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: -50%;
}

.dropdown-toggle-2 {
  color: #04121f;
  padding-left: 12px;
  padding-right: 24px;
  transition: color .2s;
}

.dropdown-toggle-2:hover {
  color: #145aff;
  font-weight: 500;
}

.home-stats-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid #e1e4eb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-heading-and-subheading {
  max-width: 620px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subheading {
  margin-bottom: 16px;
}

.cta-pointer-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-pointer-item.first {
  margin-right: 24px;
}

.white-2 {
  color: #fff;
}

.white-2.features-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.white-2.cta-heading {
  margin-bottom: 12px;
}

.home-features-tab-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.featured-collection-wrapper {
  overflow: hidden;
}

.cart-quantity-2 {
  color: #0d0e10;
  background-color: rgba(30, 189, 83, .1);
  border-color: #1ebd53;
}

.featrues-tab-pane-circle {
  width: 80px;
  height: 80px;
  background-color: #ff7847;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -3%;
}

.integration-cards-container-2 {
  width: 1000%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-4-left {
  width: 40%;
  max-width: 510px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.footer-text-field {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  font-size: 16px;
  overflow: hidden;
}

.footer-text-field::-ms-input-placeholder {
  color: #fff;
}

.footer-text-field::placeholder {
  color: #fff;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.dropdown-list-2.w--open {
  width: 80%;
  box-shadow: none;
  padding-top: 25px;
  overflow: visible;
}

.dropdown-list-2.blog.w--open {
  width: 80%;
}

.home-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-images-container {
  z-index: 1;
  width: 45%;
  max-width: 490px;
  margin-top: -50px;
  position: relative;
}

.navigation-drop-container {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.navigation-drop-container.features.pages {
  padding-right: 40px;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.visual-features-item.navbar.right-link {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px;
}

.visual-features-item.navbar.right-link:hover {
  color: #145aff;
  background-color: rgba(0, 0, 0, 0);
}

.visual-features-item.navbar.blog {
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-integrations {
  display: flex;
}

.home-hero-pointers {
  z-index: 20;
  max-width: 400px;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
  position: relative;
}

.cta-pointer-checkmark {
  margin-right: 15px;
}

.footer-form-block {
  margin-top: 185px;
}

.footer-up {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #40454f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 45px;
  display: grid;
}

.feature-3-circle {
  width: 40px;
  height: 40px;
  background-color: #ff7847;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 14%;
  right: auto;
  overflow: hidden;
}

.para-large {
  font-size: 22px;
}

.para-large.home-hero-para {
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 140%;
}

.home-feature-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 32px 28px;
  overflow: hidden;
}

.home-feature-tab-link.w--current {
  background-color: rgba(255, 255, 255, .2);
}

.home-feature-tab-link.middle {
  margin-top: 28px;
  margin-bottom: 28px;
}

.feature-3-floating-image-2 {
  width: 14%;
  height: 14%;
  border-radius: 7px;
  position: absolute;
  top: 16%;
  bottom: auto;
  right: -10%;
  overflow: hidden;
}

.home-feature-1-content {
  width: 45%;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-features-pointer-icon {
  width: 18px;
  height: 18px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
}

.error-message-2 {
  color: #ff7847;
  background-color: #fffcfc;
  border-radius: 4px;
  padding: 17px;
  font-weight: 500;
  overflow: hidden;
}

.pointer-icon {
  margin-bottom: 12px;
}

.cta-form-field {
  width: 400px;
  max-width: 400px;
  color: #fff;
  background-color: #4981ff;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 28px 0 28px 28px;
}

.cta-form-field::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}

.cta-form-field::placeholder {
  color: #fff;
  font-size: 18px;
}

.navigation-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.button-4 {
  color: #fff;
  background-color: #1ebd53;
  border-radius: 12px;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #0d0e10;
}

.button-4.footer-form-button {
  background-color: #145aff;
}

.button-4.footer-form-button:hover {
  background-color: #1ebd53;
}

.button-4.navigation-button {
  background-color: #0d0e10;
  flex: none;
}

.button-4.navigation-button:hover {
  background-color: #1ebd53;
}

.button-4.navigation-button.mobile {
  display: none;
}

.home-hero-left {
  width: 53%;
  max-width: 620px;
}

.cart-list {
  padding-left: 10px;
}

.home-features-pointers-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
}

.home-stats-up {
  max-width: 620px;
  margin-bottom: 48px;
}

.blog-social-item {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  transition: transform .2s;
  display: flex;
}

.blog-social-item:hover {
  transform: translate(0, -3px);
}

.checkout-button {
  height: 60px;
  background-color: #1ebd53;
  border-radius: 12px;
  justify-content: center;
  font-weight: 600;
  display: flex;
}

.checkout-button:hover {
  background-color: #145aff;
}

.hero-pointer-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  color: #1ebd53;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  overflow: hidden;
}

.homepage-secondary-nav {
  color: #fff;
  text-align: center;
  background-color: #145aff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.home-features-tab {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.secondary-nav-power-icon {
  margin-right: 12px;
}

.home-hero-circle-decoration-1 {
  width: 16px;
  height: 16px;
  background-color: #ffcb3d;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.footer-form-field-label {
  color: #fff;
  font-weight: 500;
}

.bold-text-span {
  font-weight: 700;
}

.testimonials-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.user-action-link-arrow {
  margin-left: 6px;
}

.main-navigations-container {
  position: relative;
}

.footer-down {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.divider-nav {
  width: 100%;
  height: 2px;
  background-color: #f1f3f6;
  margin-top: 38px;
  margin-bottom: 28px;
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.home-hero-heading {
  margin-bottom: 16px;
}

.footer {
  background-color: #0f1f3d;
}

.home-feature-1-floating-image {
  z-index: 2;
  width: 45%;
  border-radius: 11px;
  margin-right: -50%;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: -15%;
  right: auto;
  box-shadow: 12px 20px 100px rgba(64, 69, 79, .1);
}

.home-feature-1-floating-image.feature-3 {
  width: 44%;
  margin-left: -50%;
  margin-right: 0%;
  top: auto;
  bottom: 11%;
  left: auto;
  right: -15%;
  overflow: hidden;
}

.testimonial-image-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.visual-features-items-container.nav.pages {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid #f1f3f6;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 0 20px;
}

.visual-features-items-container.nav.blogs {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.right-side-links {
  width: 20%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.navigation-right {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-button-mob {
  display: none;
}

.collection-list-wrapper-integrations {
  flex-direction: row;
  display: flex;
}

.integration-card {
  width: 100%;
  max-width: 400px;
  color: #40454f;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px 28px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 0 50px -12px rgba(64, 69, 79, .27);
}

.integration-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.integration-icon._40px {
  width: auto;
  height: 40px;
  border-radius: 0;
  margin-bottom: 0;
}

.integration-item-heading {
  margin-bottom: 8px;
}

.integration-card-link {
  width: 90px;
  color: #0d0e10;
  background-color: #f1f3f6;
  border: 1px solid #f1f3f6;
  border-radius: 8px;
  justify-content: center;
  margin-top: 40px;
  margin-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.integration-card-link:hover {
  border: 1px solid #000;
}

.integration-card-link-icon {
  margin-right: 8px;
}

.card-block {
  width: 320px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.residencial.ecocentro, .residencial.mantenimiento {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-5 {
  z-index: 2;
  max-width: none;
  background-color: #000;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.main-grid-2 {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.main-paragraph-4 {
  color: #d9d9d9;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.main-paragraph-4.text-white-opacity {
  color: rgba(255, 255, 255, .46);
}

.main-paragraph-4.about-us {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-medium-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 2.4em;
  line-height: 1.25;
}

.text-field-5 {
  color: #fff;
  background-color: rgba(0, 0, 0, .23);
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-field-5.right {
  margin-left: 10px;
}

.text-field-5.space-1 {
  margin-top: 26px;
}

.text-field-5.priemera-preg {
  margin-top: 30px;
}

.text-field-5.segunda-preg {
  margin-top: 10px;
}

.form-block-2 {
  width: 100%;
}

.text-span-10 {
  color: #d4d4d4;
}

.boton-full-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.boton-full-holder.margin20 {
  margin-top: 52px;
}

.gridindependence {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-30 {
  padding-left: 120px;
  padding-right: 120px;
}

.blue-planet-blcok {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.blue-planet-blcok.bateria {
  width: 430px;
  padding: 0;
}

.blue-planet-blcok.bateria._2 {
  margin-top: 13px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blue-planet-blcok.bateria._2.photo {
  height: 250px;
  background-image: url('../images/Blue-Ion-HI_image-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-6 {
  color: #000;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.title {
  width: 100%;
}

.battery-monitor {
  color: #b7b7b7;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

.battery-monitor._2 {
  margin-top: 0;
  font-size: 12px;
}

.bettery {
  z-index: 2;
  width: 300px;
  height: 30px;
  background-color: rgba(0, 41, 99, .67);
  border: 1px solid #e3e3e3;
  display: flex;
  position: relative;
  transform: skew(15deg);
}

.bettery._2 {
  background-color: rgba(0, 41, 99, .67);
  transform: skew(-15deg);
}

.bettery.back {
  z-index: 0;
  position: relative;
  top: -59px;
  left: -8px;
  transform: skew(-15deg);
}

.bettery.back._2 {
  top: -60px;
  transform: skew(15deg);
}

.bateria-llena {
  width: 91%;
  height: 100%;
  background-color: #005ee2;
}

.blur-bateria {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  background-color: #026bff;
}

.line-grey {
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.block-bateria {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.bloque-bateria, .div-block-4 {
  border: 1px solid #c6c6c6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 20px;
  display: flex;
}

.imginvert {
  filter: invert();
}

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

.image-33 {
  width: 45px;
  margin-top: -25px;
  margin-right: 13px;
}

.holder-bar {
  width: 100%;
  height: 45px;
  background-color: rgba(20, 20, 20, .93);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.holder-bar.green {
  height: 5px;
  background-color: #029e50;
}

.block-info {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-6 {
  width: 85%;
  text-decoration: none;
  display: none;
}

.link-block-6.ci {
  display: block;
}

.div-block-5 {
  width: 100%;
  height: 900px;
  background-image: url('../images/storm-outbreak-enphase-batteries-mexico-ecocentro-platinum-installer.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.div-block-5.sunna {
  background-image: url('../images/sunna-luminarias.jpg');
}

.enphase-bat {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 91px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.enphase-bat.mantenimiento {
  padding-top: 50px;
  padding-bottom: 70px;
}

.heading-7 {
  color: #e7e7e7;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.heading-7.espacio {
  margin-bottom: 37px;
}

.paragraph-2 {
  color: #afafaf;
  text-align: center;
}

.image-34 {
  margin-top: 112px;
}

.banner---imagen {
  justify-content: center;
  align-items: center;
  margin-bottom: 155px;
  padding: 30px 20px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 330px;
}

.lightbox-link-5 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(86deg, rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 64%), url('../images/enphase-battery-iq.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.lightbox-link-5.roger {
  background-image: linear-gradient(86deg, rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 64%), url('../images/baterias-enphase-energia-respaldo-paneles-solares-ecocentro-copy.jpg');
  margin-top: 19px;
}

.lightbox-link-5.roger.sunna {
  background-image: linear-gradient(86deg, rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 64%), url('../images/IMG_8400.jpg');
}

.image-35 {
  width: 100%;
  height: 100%;
}

.heading-8 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.text-block-16 {
  color: #fff;
}

.play-circle {
  width: 50px;
  height: 50px;
  background-color: rgba(39, 39, 39, .39);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  display: flex;
}

.image-36 {
  width: 20px;
  height: 20px;
}

.block1 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-37 {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.image-37.mobileshow {
  display: none;
}

.columnas-3 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  padding: 50px 5%;
  display: flex;
}

.columnas-3.fila {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.caja1 {
  width: 30%;
}

.image-38 {
  border-radius: 11px;
}

.heading-9 {
  color: #fff;
}

.heading-9.control, .heading-9.center {
  text-align: center;
}

.heading-9.center.small {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.video-mon {
  border-radius: 5px;
  margin-left: 3%;
  margin-right: 3%;
}

.lightbox-link-6 {
  width: 100%;
  height: 450px;
  background-image: url('../images/Enphase-enlighten-app-ecocentro-mexico-INSTALLER.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-39 {
  width: 65px;
  height: 65px;
  background-color: rgba(144, 144, 144, .22);
  border-radius: 100px;
  padding: 15px;
}

.play-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  display: flex;
}

.image-40 {
  width: 30px;
  height: 30px;
}

.app-download {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 13px;
  padding: 4px 10px;
}

.image-41 {
  width: 120px;
}

.white-text-ecocentro {
  color: #d1d1d1;
  margin-top: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.white-text-ecocentro._80 {
  width: 80%;
  color: #909090;
}

.white-text-ecocentro._80.white {
  color: #fff;
}

.white-text-ecocentro._60 {
  width: 60%;
}

.white-text-ecocentro._60.white {
  color: #fff;
}

.white-back {
  background-color: #fff;
  background-image: url('../images/panel-solar-1.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 5%;
}

.columns-eco {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 40%;
}

._60-column {
  width: 50%;
}

.bullet-ecocentro {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.bullet-ecocentro.titulo {
  border-bottom: 1px solid #000;
}

.bullet-title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.compromiso-seccion {
  width: 100%;
  height: 800px;
  background-image: url('../images/Energia-Solar-Merida-EcoCentro-Merida-Cancun-2.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 96px;
}

.heading-large-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.container-6 {
  z-index: 2;
  max-width: 1380px;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-6.inner-padding-medium {
  padding-top: 82px;
}

.container-6.top-margin {
  margin-top: 43px;
  margin-bottom: 131px;
}

.container-6._50marg {
  margin-bottom: 53px;
}

.container-6._50marg.fullwith {
  padding-left: 0;
  padding-right: 0;
}

.container-6.about-us {
  padding-bottom: 71px;
}

.gray-wrapper-2 {
  width: 100%;
  height: 100%;
  min-height: 220px;
  background-color: #1b1b1b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.small-paragraph-wrapper-2 {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-content-2 {
  max-height: 45px;
  max-width: 55px;
}

.full-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  position: relative;
}

.logos-wrapper-2 {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.p-small-size-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-small-size-2.text-white-opacity {
  color: #b2b2b2;
  font-size: 13px;
}

.content-grid-2 {
  width: 100%;
  height: 100%;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
}

.image-logo-2 {
  width: 100%;
  max-height: 35px;
  max-width: 110px;
  object-fit: contain;
  flex: 1;
}

.cambiar-al-mundo {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .52), rgba(255, 255, 255, .52)), url('../images/download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: center;
  padding: 100px 0% 0;
  display: flex;
}

.cambiar-al-mundo.libro {
  padding-left: 5%;
  padding-right: 5%;
}

.bold-text-3 {
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.bold-text-3.center-60 {
  width: 60%;
}

.heading-10 {
  width: 80%;
  text-align: center;
}

.text-block-17 {
  width: 70%;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.cambiar-bullets {
  width: 80%;
  margin-top: 45px;
}

.cambiar-bullets.hide-bullets {
  display: none;
}

.cambullet {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-8 {
  width: 10px;
  height: 10px;
  background-color: #12204c;
  border-radius: 100px;
  margin-right: 10px;
  padding-right: 0;
}

.image-42 {
  width: 100%;
  margin-top: 67px;
}

.platinuminstaller {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 71px 5% 100px;
  display: flex;
}

.image-43 {
  width: 200px;
  margin-bottom: 35px;
}

.link-block-7 {
  color: #fff;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

.inner-section-bg {
  width: 100%;
  height: 100%;
  opacity: .75;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.display-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 21px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px rgba(0, 0, 0, 0);
}

.button-5:hover {
  box-shadow: inset 0 800px 3px rgba(0, 0, 0, .25);
}

.button-5.adjacent-to-button {
  margin-left: 7px;
  margin-right: 7px;
}

.text-dark {
  color: #000;
}

.load-first {
  width: 100%;
}

.load-first.video {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.inner-section {
  max-width: 1216px;
  border-radius: 12px;
  margin: 84px auto;
  padding: 112px 28px;
  position: relative;
  overflow: hidden;
}

.inner-section.hero-inner-section {
  min-height: 380px;
  background-image: linear-gradient(91deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .39) 49%, rgba(0, 0, 0, 0) 78%), url('../images/enphase-battery-iq.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.inner-section.hero-inner-section.blog-post {
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-section.hero-inner-section.blog-post._2 {
  background-image: linear-gradient(91deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .39) 28%, rgba(0, 0, 0, 0) 59%), url('../images/paneles-solares-merida-campeche-riviera-maya-mexico.jpg');
  background-position: 0 0, 0%;
}

.inner-section.hero-inner-section.blog-post._3 {
  background-image: linear-gradient(91deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .39) 28%, rgba(0, 0, 0, 0) 59%), url('../images/instalacion-paneles-solares-comercial-industrial-merida-quintana-roo-1.jpg');
}

.inner-section.hero-inner-section.blog-post._4 {
  background-image: linear-gradient(91deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .39) 28%, rgba(0, 0, 0, 0) 59%), url('../images/instalacion-paneles-solares-enphase-microinversor-v1.jpg');
}

.inner-section.hero-inner-section.blog-post._6 {
  background-image: linear-gradient(91deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .39) 28%, rgba(0, 0, 0, 0) 59%), url('../images/Baterias-energia-solar-almacenamiento-energia-v2.jpg');
}

.inner-section.hero-inner-section.blog-post.v2 {
  min-height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

.inner-section.hero-inner-section.blog-post.destacado {
  background-size: cover;
}

.large-text {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

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

.container-7.inner-section-container {
  margin-left: 0;
  position: relative;
}

.button-row {
  margin-top: 28px;
  display: flex;
}

.button-row.justify-content-center {
  flex-direction: row;
  justify-content: center;
}

.section-6 {
  width: 100%;
  opacity: 1;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-6.video {
  padding-top: 0;
  padding-bottom: 0;
}

.section-6.uno {
  margin-bottom: 45px;
}

._100-content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 40px;
  display: flex;
}

._100-content.left {
  align-items: flex-start;
}

._100-content.left.continua {
  padding-bottom: 30px;
}

._100-content.faqs {
  border-bottom: 1px solid rgba(255, 255, 255, .29);
  margin-bottom: 42px;
  padding-bottom: 108px;
}

.link-blog-holder {
  width: 100%;
  opacity: 1;
  border-radius: 17px;
  text-decoration: none;
  box-shadow: 1px 1px 50px 10px rgba(0, 0, 0, .57);
}

.type-date {
  align-items: center;
  margin-bottom: 11px;
  margin-right: 40px;
  display: flex;
}

.type-date.articulo {
  margin-top: 20px;
  margin-bottom: 0;
}

.type-date.video {
  margin-right: 0;
}

.type-date.video.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.type {
  background-color: #019b23;
  border-radius: 100px;
  margin-right: 18px;
  padding: 5px 10px;
}

.text-block-18 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.text-block-19 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-block-19.up {
  margin-top: 7px;
  margin-bottom: 5px;
}

.separate-line {
  width: 100%;
  height: 1px;
  background-color: #252936;
  margin-top: 30px;
  margin-bottom: 10px;
}

.separate-line.white {
  background-color: #c8c8c8;
}

.rich-text-block {
  color: #fff;
  margin-bottom: 40px;
}

.rich-text-block._2 {
  margin-bottom: 0;
}

.continue-blog {
  width: 100%;
  background-image: linear-gradient(#000, #12204c 50%, #00429e);
  padding-top: 30px;
  padding-bottom: 30px;
}

.articulos {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 52px;
  display: flex;
}

.lightbox-link-7 {
  width: 100%;
  text-decoration: none;
}

.image-44 {
  width: 20px;
}

.faqs {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.faqs-questions {
  width: 30%;
  margin-right: 20px;
}

.faqs-answers {
  width: 60%;
}

.tabs {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.tabs-menu {
  width: 30%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.tab-pane-tab-1 {
  width: 100%;
  padding-top: 0;
}

.tabs-content {
  width: 70%;
  padding-left: 42px;
}

.eco-faq {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  font-family: Open Sans, sans-serif;
}

.eco-faq.w--current {
  color: #019b23;
  background-color: rgba(151, 151, 151, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.full {
  width: 100%;
  height: 350px;
  background-image: url('../images/paneles-solares-industrial-gran-escala-5.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full._3 {
  background-image: url('../images/ahorros-energia-solar.jpg');
}

.full._4 {
  background-image: url('../images/EC_Fotos3.jpg');
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 15px;
  display: flex;
}

.pricing-card.lavado {
  max-width: 250px;
  margin-top: 23px;
}

.card-description {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.card-description._2 {
  color: #272727;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.price-2 {
  color: #00214d;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.subheading-2 {
  color: #007bfc;
  font-weight: 600;
}

.content-section {
  min-height: 550px;
  background-image: linear-gradient(#000461, #000461 64%, #edeff5 64%, #edeff5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  position: relative;
}

.content-section.ecocentro {
  background-image: none;
}

.button-6 {
  color: #041434;
  background-color: #edeff5;
  border-radius: 50px;
  padding: 12px 30px;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-6:hover {
  color: #fff;
  background-color: #019b23;
}

.button-6.featured {
  color: #fff;
  white-space: nowrap;
  background-color: #007bfc;
}

.tab-link {
  width: 200px;
  color: #4a556c;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #019b23;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.display-heading-3 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.price-large-span {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.blue-accent-svg {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.detail-small {
  color: #00214d;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-8 {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.tabs-menu-2 {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 82px;
  padding: 8px;
  display: inline-block;
}

.tab-title {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.testimonial-wrap {
  background-color: #fff;
  border-radius: 500px;
  margin-top: 48px;
  padding: 12px 27px;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blue-span {
  color: #019b23;
}

.blue-accent-2-svg {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-small {
  color: #4a556c;
  text-align: center;
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-small.mxn {
  font-size: 10px;
}

.title-holder {
  width: 100%;
}

.foto-mantenimiento {
  width: 100%;
  height: 400px;
  background-image: url('../images/mantenimiento-paneles-solares-ecocentro.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.text-span-11 {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 300;
}

.grid-5 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.ebook---holder {
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ebook-img {
  width: 100%;
  height: 200px;
  background-image: url('../images/landscape-02.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 35px;
  box-shadow: 1px 1px 45px rgba(0, 0, 0, .61);
}

.ebook-title {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-20 {
  color: rgba(255, 255, 255, .28);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-21 {
  color: rgba(255, 255, 255, .65);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.text-block-21._2 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.ebooks {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

.ebook-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.grid-6 {
  width: 100%;
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

.div-block-10 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .26);
  margin-bottom: 11px;
}

.titulo-ebooks {
  justify-content: space-between;
  margin-bottom: 11px;
  display: flex;
}

.titulo-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ebook-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.ebook-button {
  color: #fff;
  background-color: rgba(128, 128, 128, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: all .2s ease-in-out;
  display: flex;
}

.ebook-button:hover {
  color: #fff;
  background-color: #019b23;
}

.ebook-link-button {
  margin-left: 15px;
  text-decoration: none;
}

.ebook-seleccion-temas {
  margin-top: 23px;
}

.libro-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 31px;
}

.titulo-incluye {
  margin-bottom: 32px;
}

.titulo-incluye.descarga {
  margin-right: 5px;
}

.form-block-3 {
  width: 100%;
}

.text-field-7 {
  border: 1px solid rgba(123, 143, 163, .32);
  border-radius: 20px;
}

.field-label {
  color: rgba(51, 51, 51, .58);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.opcion-multiple {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.radio-button-label {
  color: rgba(51, 51, 51, .55);
}

.button-black {
  width: 100%;
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 12px;
}

.check {
  margin-bottom: 0;
}

.html-embed {
  width: 100%;
}

.link-6 {
  text-decoration: none;
}

.text-block-22 {
  color: #000;
}

.rich-text-block-2 {
  color: #c3c3c3;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pagination {
  margin-top: 39px;
}

.next-2 {
  border-style: none;
  border-radius: 100px;
}

.next-2:hover {
  color: #fff;
  background-color: #019b23;
}

.previous-2 {
  border-style: none;
  border-radius: 100px;
}

.previous-2:hover {
  color: #fff;
  background-color: #019b23;
}

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

.error-message-3 {
  color: #fff;
  background-color: #d11e1e;
}

.collection-item-2 {
  display: flex;
}

.lightbox-link-8, .lightbox-link-9 {
  text-decoration: none;
}

.lightbox-link-10 {
  height: 100%;
  text-decoration: none;
}

.crcimiento-modular {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -24px;
  display: flex;
}

.call-to-action {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 94px;
  display: flex;
}

.text-span-12 {
  color: #fff;
  font-weight: 400;
}

.text-block-23 {
  text-align: center;
}

.testimonial-header-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 115%;
}

.testimonial-header-2._2 {
  margin-top: 20px;
}

.testimonial-subheader-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.dropdown-toggle-3 {
  color: #fff;
  padding-left: 12px;
  padding-right: 32px;
  font-size: 14px;
}

.dropdown-toggle-3.language {
  display: flex;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.label-dropdown-2 {
  font-family: Open Sans, sans-serif;
  line-height: 23px;
}

.language-block-2 {
  width: 100%;
  color: rgba(227, 227, 227, .85);
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.benefit-title-2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.image-13 {
  height: 80px;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.footer-4 {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-standard {
  color: rgba(21, 28, 52, .8);
  font-size: 15px;
  line-height: 1.5;
}

.navigation-bar {
  z-index: 1000;
  height: 64px;
  min-height: 64px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .27);
}

.intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -55px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-13 {
  font-weight: 700;
}

.modal-element {
  width: 100%;
  max-width: 430px;
  background-color: #fff;
  border-radius: 20px;
}

.service-photo-wrapper {
  width: 45%;
  flex: none;
}

.epi-holder {
  z-index: 100;
  width: 150px;
  height: 85px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 24px -3px rgba(0, 0, 0, .3);
}

.item__text-wrap {
  width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.item__text-wrap.right {
  margin-left: 100px;
  margin-right: 0;
}

.item__text-wrap.phone {
  display: none;
}

.background-video-4 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26));
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 18px 10% 84px 5%;
  transition: all .2s ease-in-out;
  display: flex;
}

.text-block-3 {
  padding-left: 10px;
}

.hero-subheader {
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.container-9 {
  z-index: 1;
  perspective: 679px;
  perspective-origin: 100%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.background-video-5 {
  width: 100%;
}

.experience {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80px;
}

.hero {
  z-index: 5;
  height: 105vh;
  margin-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.counter-title {
  color: #fff;
  text-align: center;
}

.current-language {
  align-items: center;
  display: flex;
}

.hero__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}

.hero__heading.landing {
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

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

.cta-eco-3 {
  opacity: 1;
  background-color: #01387f;
  border: 2px solid #01387f;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 40px;
  font-family: Open Sans, sans-serif;
}

.cta-eco-3.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-3 {
  background-color: #3f3535;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -5px;
  padding-top: 6px;
  padding-bottom: 8px;
  transition: all .2s;
  box-shadow: 9px 9px 13px -4px rgba(0, 0, 0, .36);
}

.image-12 {
  z-index: 2;
  max-width: 100px;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.text-span-2 {
  font-size: 18px;
  line-height: 18px;
}

.link-block-8 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.modal-slide {
  color: #151c34;
}

.service-photo-block {
  z-index: -1;
  width: 500px;
  height: 320px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  transition: transform .4s, box-shadow .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 28px 28px 50px -40px rgba(0, 0, 0, .7);
}

.benefit-h1-2 {
  margin-top: 3px;
  font-size: 3em;
  line-height: 115%;
}

.benefit-h1-2.white-cta {
  color: #fff;
}

.right-arrow {
  display: none;
}

.sec {
  padding-top: 20vh;
  padding-bottom: 20vh;
  overflow: hidden;
}

.sec._2 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.sec._3 {
  padding-top: 10vh;
  padding-bottom: 20vh;
}

.sec._1 {
  padding-top: 30vh;
  padding-bottom: 10vh;
}

.dropdown-4 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.text-block-24 {
  color: #333;
}

.slide-navigation {
  color: #2451e9;
  font-size: 10px;
  display: none;
  bottom: 10px;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

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

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.modal-overlay {
  z-index: 9999999;
  background-color: rgba(21, 28, 52, .9);
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-section-2 {
  background-image: url('../images/EcoCentro_Web_Fondo.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  padding: 0 0% 100px;
  display: flex;
}

.button-7 {
  background-color: #0058a5;
  background-image: none;
  border-radius: 20px;
  padding: 8px 16px;
  line-height: 115%;
}

.footer-image {
  width: 130px;
  height: auto;
  object-fit: contain;
  object-position: 0% 50%;
}

.modal-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 38px 65px;
  display: flex;
}

.modal-header {
  min-height: 55px;
  border-bottom: 1px solid rgba(21, 28, 52, .1);
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.icon-2 {
  width: 50px;
}

.modal-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.whatsapp-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.left-arrow {
  display: none;
}

.info-counter-number {
  color: #fff;
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  line-height: 55px;
}

.col {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.col._40 {
  width: 50%;
}

.footer-link-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

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

.benefit-explanation {
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.bar__container__button-wrap {
  width: 250px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-block-3-copy-2 {
  padding-left: 10px;
}

.container-10 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 100px;
  display: flex;
}

.icon-wrapper-2 {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.image-21 {
  height: 20px;
}

.benefit-description-2 {
  width: 60%;
  text-align: center;
  margin-top: 0;
}

.benefit-description-2.white-cta {
  color: #fff;
}

.section-7 {
  background-color: #000;
  padding: 40px 5% 30px;
}

.service-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  height: 70%;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.bar__container {
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-45 {
  max-width: 23px;
  margin-right: 5px;
}

.nav-link-2 {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.nav-link-2.quote {
  display: none;
}

.nav-menu-2 {
  display: flex;
}

.link-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 31px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-span-14 {
  color: #ffd100;
}

.bold-text-4 {
  font-size: 40px;
  line-height: 45px;
}

.bold-text-4.negro {
  color: #000;
}

.nogrande {
  color: #a3a3a3;
  font-weight: 400;
}

.img-propuesta {
  height: 80px;
  margin-left: 11px;
}

.centrar-grafias {
  flex-direction: column;
  align-items: center;
  padding-top: 43px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.espacio-tablas {
  width: 85%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.espacio-tablas.grid.smaller {
  grid-template-columns: 1fr .5fr;
}

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

.grid-8.one {
  width: 100%;
  grid-template-columns: 2.5fr 1fr;
}

.negro-tabla {
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
}

.negro-tabla.right {
  text-align: right;
}

.blanco-tabla {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
}

.blanco-tabla.right {
  text-align: right;
}

.blanco-tabla.center {
  text-align: center;
}

.gris-tabla {
  color: #000;
  background-color: #dbdbdb;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
}

.gris-tabla.right {
  text-align: right;
}

.gris-tabla.center {
  text-align: center;
}

.text-block-25, .text-block-26 {
  color: #0034e0;
}

.text-block-27, .text-block-28 {
  color: #019b23;
}

.text-block-29 {
  text-align: center;
}

.legal {
  color: #fff;
  padding: 6px 10px;
}

.text-span-15 {
  color: #5694ff;
}

.text-block-30 {
  text-align: left;
}

.imagen-grafica {
  width: 85%;
  margin-top: 24px;
}

.grid-independence {
  border-left: 1px solid #3f3f3f;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #2f92f5;
  font-size: 18px;
  line-height: 24px;
}

.detalles-de-instalacion {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.titulos {
  margin-bottom: 10px;
}

.heading-12 {
  color: #fff;
  margin-bottom: 5px;
}

.heading-12._2 {
  margin-top: 0;
  font-weight: 400;
}

.column {
  text-align: right;
}

.text-block-31 {
  color: #888;
  font-size: 17px;
}

.div-block-13 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 21px;
  margin-bottom: 17px;
  display: flex;
}

.image-46 {
  width: 300px;
}

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

.dato-sistema {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titulo-independencia {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.detalles-de-instal {
  width: 85%;
  margin-top: 0;
}

.detalles-de-instal.right {
  width: 100%;
  text-align: right;
}

.text-block-32 {
  width: 100%;
  color: #fff;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.text-block-32.bold {
  font-weight: 700;
}

.seccion-extendida {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.tabla-de-cotizacion {
  width: 85%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 27px;
}

.div-block-14 {
  width: 85%;
  padding-bottom: 28px;
}

.centrar-blanco {
  flex-direction: column;
  align-items: center;
  padding-top: 38px;
  display: flex;
}

.centrar {
  text-align: center;
}

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

.condiciones {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-47 {
  width: 140px;
}

.div-block-15 {
  width: 100%;
  margin-top: 25px;
  margin-left: 15px;
}

.barra-next {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 6px;
  display: flex;
}

.barra-next.fin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.text-block-33 {
  font-size: 16px;
  font-weight: 400;
}

.grid-10 {
  grid-row-gap: 10px;
}

.text-block-34 {
  color: #f3f3f3;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

@media screen and (min-width: 1280px) {
  .text-block-4 {
    font-family: Open Sans, sans-serif;
  }

  .label-dropdown {
    font-size: 15px;
  }

  .dropdown-list.language.w--open {
    background-color: #141414;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .dropdown-link {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 17px;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .background-video {
    min-height: 750px;
    justify-content: flex-end;
    padding-top: 0;
  }

  .home-header {
    margin-bottom: 100px;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall.center {
    font-size: 4em;
  }

  .text-block-5._2 {
    font-size: 18px;
  }

  .button-2.color-red {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-2.color-red:hover {
    color: #000;
    background-color: #fff;
  }

  .button-2.color-line-white {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .button-2.color-line-white.padding-top-10.black:hover {
    color: #fff;
    background-color: #000;
  }

  .button-2.color-line-white._2 {
    font-size: 18px;
  }

  .lightbox-link {
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-weight: 400;
  }

  .lightbox-link._2 {
    font-size: 18px;
  }

  .open-sans.white {
    font-size: 21px;
  }

  .p-small-size {
    color: #ececec;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 1.3;
  }

  .p-small-size.text-white-opacity {
    font-size: 17px;
  }

  .p-small-size.white-70.center {
    color: #cecece;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .p-small-size.white.light {
    font-size: 19px;
  }

  .comercialindustrialimg {
    height: auto;
  }

  .home-wrapper._1, .home-wrapper._3, .home-wrapper._4 {
    border-radius: 10px;
  }

  .heading-regular {
    margin-bottom: 7px;
    font-size: 2em;
  }

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

  .section-banner {
    background-position: 0 0;
    background-attachment: scroll;
    border-radius: 10px;
  }

  .light-logo {
    width: 160px;
  }

  .heading-large.text-white._60 {
    width: 60%;
  }

  .icon-content {
    max-height: 140px;
    max-width: 140px;
  }

  .full-image {
    border-radius: 10px;
  }

  .content-grid.gap-short {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .footer_nav_headin {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 400;
  }

  .custom_container {
    max-width: none;
  }

  .copy_and_legal {
    font-family: Open Sans, sans-serif;
    font-size: 17px;
  }

  .footer_nav_item {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .section-3.hide {
    display: block;
  }

  .section-3.nolottie.lottie {
    position: static;
  }

  .section-3.nolottie.lottie.monitoreo {
    height: 800px;
  }

  .blue-sky-body._2 {
    background-color: #000;
  }

  .blue-sky-body._3 {
    background-color: #01419b;
  }

  .wrapper-legal-page.white.terms {
    max-width: 1100px;
  }

  .overflow-wrapper.rounded {
    border-radius: 10px;
  }

  .ratings-stars.large {
    max-height: 20px;
    margin-right: 2px;
  }

  .ratings.inner-padding-xsmall.vertical {
    justify-content: center;
  }

  .heading-2.testimonio {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2.testimonio-titulo {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .contain-form.rounded {
    background-color: #01419b;
    background-image: linear-gradient(to top, rgba(0, 175, 228, .47) 17%, rgba(255, 255, 255, 0)), linear-gradient(#001d46, rgba(255, 255, 255, 0) 56%);
    border-radius: 10px;
  }

  .text-field.dark {
    height: 50px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
  }

  .text-field.dark:active, .text-field.dark:focus {
    color: #000;
  }

  .text-field.dark:focus-visible {
    color: #000;
  }

  .text-field.dark[data-wf-focus-visible] {
    color: #000;
  }

  .label-form {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

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

  .textarea-message {
    min-height: 140px;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .radio-button {
    width: 40px;
    height: 40px;
  }

  .evaluacion {
    align-items: center;
    display: flex;
  }

  .evaluacionimg {
    max-width: 200px;
  }

  .container-3 {
    background-color: #000;
  }

  .main-paragraph-3 {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 22px;
  }

  .button-play-2 {
    width: 90px;
    opacity: .45;
    border-radius: 100px;
    transition: all .3s ease-in-out, background-color .2s;
  }

  .button-play-2:hover {
    opacity: 1;
    background-color: #000;
  }

  .verde {
    background-color: #038544;
  }

  .section-4.proyecto._3.cuatro {
    background-image: url('../images/EC_Fotos17.jpg');
  }

  .section-4.proyecto._3._6 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-8.jpg');
  }

  .section-4.proyecto._3._10 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-5.jpg');
  }

  .section-4.proyecto._3._11 {
    background-image: url('../images/EC_Fotos2.jpg');
  }

  .section-4.proyecto._3._12 {
    background-image: url('../images/paneles-solares-mexico-ecocentro-copy.jpg');
  }

  .section-4.proyecto._3._13 {
    background-image: url('../images/bateria-energia-solar-grid-independence-mexico-ecocentro.jpg');
  }

  .section-4.proyecto._3._14 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-2.jpg');
  }

  .section-4.proyecto._3._15 {
    background-image: url('../images/EC_Fotos10.jpg');
  }

  .section-4.proyecto._3._16 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-1.jpg');
  }

  .section-4.proyecto._3._18 {
    background-image: url('../images/EC_Fotos9.jpg');
  }

  .section-4.proyecto._3._19 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-11.jpg');
  }

  .section-4.proyecto._3._20 {
    background-image: url('../images/EC_Fotos6.jpg');
  }

  .section-4.proyecto._3._21 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-3.jpg');
  }

  .section-4.proyecto._3._22 {
    background-image: url('../images/EC_Fotos3.jpg');
  }

  .section-4.proyecto._3._24 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-4.jpg');
  }

  .section-4.proyecto._3._25 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-5.jpg');
  }

  .section-4.proyecto._3._26 {
    background-image: url('../images/EC_Fotos8.jpg');
  }

  .section-4.proyecto._3._28 {
    background-image: url('../images/paneles-solares-industrial-gran-escala-8.jpg');
  }

  .section-4.hero.c-i {
    margin-top: 0;
    padding-top: 70vh;
  }

  .white-label._5 {
    top: 644px;
    left: 765px;
  }

  .white-label._3 {
    left: 793px;
  }

  .white-label._4.not-included {
    top: 632px;
    left: 397px;
  }

  .white-label._1 {
    left: 298px;
  }

  .white-label._1.bp {
    left: 330px;
  }

  .white-label._1.bp._2 {
    left: 841px;
  }

  .white-label._1.bp._3 {
    left: 294px;
  }

  .white-label._1.bp._5 {
    left: 844px;
  }

  .white-label._1.bp._2-copy, .white-label._1.bp._2-copy-copy {
    left: 841px;
  }

  .white-label._6 {
    left: 298px;
  }

  .white-label._6.bp {
    left: 330px;
  }

  .white-label._6.bp._2 {
    left: 841px;
  }

  .white-label._6.bp._3 {
    left: 294px;
  }

  .white-label._6.bp._5 {
    left: 844px;
  }

  .white-label._7 {
    left: 298px;
  }

  .white-label._7.bp {
    left: 330px;
  }

  .white-label._7.bp._2 {
    left: 841px;
  }

  .white-label._7.bp._3 {
    left: 294px;
  }

  .white-label._7.bp._5 {
    left: 844px;
  }

  .white-label._8 {
    left: 298px;
  }

  .white-label._8.bp {
    left: 330px;
  }

  .white-label._8.bp._2 {
    left: 841px;
  }

  .white-label._8.bp._3 {
    left: 294px;
  }

  .white-label._8.bp._5 {
    left: 844px;
  }

  .white-label._10 {
    left: 298px;
  }

  .white-label._10.bp {
    left: 330px;
  }

  .white-label._10.bp._2 {
    left: 841px;
  }

  .white-label._10.bp._3 {
    left: 294px;
  }

  .white-label._10.bp._5 {
    left: 844px;
  }

  .hero-track {
    min-height: 0;
  }

  .hero-center-column {
    width: 45%;
  }

  .hero-text.white {
    font-weight: 700;
  }

  .hero-slide-container {
    min-height: 750px;
  }

  .slider {
    width: 100%;
  }

  .text-span-7 {
    color: #dfdfdf;
    font-weight: 400;
  }

  .text-span-8 {
    color: #fff;
  }

  .termstext {
    letter-spacing: .5px;
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-card, .testimonial-card.horizontal {
    border-radius: 5px;
  }

  .testimonial-card.horizontal.vertical._2 {
    flex-direction: row;
  }

  .testimonial-card.vertical {
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .testimonial-card.vertical.horizontal {
    flex-direction: column;
  }

  .testimonial-card.vertical-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-card.vertical-big {
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .image.vertical {
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .testimonial-copy.vertical {
    margin-left: 0;
  }

  .testimonial-copy.vertical.horizontal {
    margin-left: 33px;
  }

  .testimonial-copy.vertical.padding {
    margin-left: 30px;
  }

  .lottie-text {
    padding-top: 200px;
  }

  .lottie-text.gradient {
    background-image: none;
  }

  .almacenamiento {
    margin: 40px;
  }

  .container-4 {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 79px;
  }

  .text-block-3-copy {
    padding-left: 6px;
  }

  .hero-home.c-i {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .hero-home.c-i.sub {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .grid-3 {
    width: 100%;
  }

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

  .image-27 {
    width: 70px;
  }

  .baterias {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-holder-2 {
    display: flex;
  }

  .decks__wrapper {
    margin-top: -161px;
  }

  .decks {
    height: 100vh;
    color: #493b3b;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 10px;
  }

  .instalaciones-paragraph {
    text-align: center;
  }

  .cientos-instalaciones {
    width: 800px;
    align-items: center;
    margin-bottom: 206px;
    margin-right: 0;
  }

  .link-block-6, .link-block-6.barra-hide {
    display: none;
  }

  .dropdown-toggle-3 {
    font-size: 18px;
  }

  .label-dropdown-2 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

  .intro {
    margin-top: 59px;
  }

  .epi-holder {
    margin-top: -105px;
  }

  .background-video-4 {
    width: 100%;
    height: auto;
    margin-top: 17px;
  }

  .text-block-3, .text-block-3-copy-2 {
    padding-left: 6px;
  }

  .container-10 {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .section-3.space-residencial.margin-80.backup {
    background-color: #000;
  }

  .section-3.nolottie.lottie.monitoreo {
    height: 1000px;
  }

  .cta-button {
    font-size: 23px;
  }

  .wrapper._1920px {
    max-width: none;
  }

  .video-mon {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #191919;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-buttons {
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .grid-buttons.menu {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .grid-buttons.menu:hover {
    background-color: #000;
  }

  .grid-buttons.inner-padding-small {
    width: 100%;
    justify-items: center;
  }

  .grid-buttons.inner-padding-small.full {
    grid-template-columns: auto;
  }

  .wrappernav {
    background-color: rgba(0, 0, 0, 0);
    position: -webkit-sticky;
    position: sticky;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    min-height: 45px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-5 {
    height: 23px;
    max-width: 23px;
  }

  .language-block {
    justify-content: center;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: -57px;
  }

  .menu-mobile {
    width: 42px;
    height: auto;
    min-height: auto;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .label-dropdown {
    color: #a5a5a5;
    font-size: 20px;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .dropdown {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .dropdown:hover {
    background-color: #000;
  }

  .dropdown.flag {
    margin-right: 0;
  }

  .dropdown-link {
    justify-content: center;
    font-size: 16px;
    line-height: 25px;
    display: flex;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr auto auto;
    padding-right: 10px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.language {
    justify-content: center;
    align-items: center;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .button.topnav {
    background-color: rgba(41, 41, 41, .59);
    justify-content: flex-start;
  }

  .section-hero {
    margin-top: -1px;
  }

  .home-header {
    width: 80%;
  }

  .heading-xlarge {
    text-align: center;
    font-size: 4em;
  }

  .underneath__main_image.margin-top {
    max-width: 100%;
    max-width: 100%;
  }

  .button-2 {
    padding: 18px 40px;
  }

  .button-2:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .button-2.color-red:hover {
    background-color: #ff0062;
  }

  .button-2.color-line-white:hover {
    background-color: #fff;
  }

  .button-2.color-red:hover {
    background-color: #ff0062;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .section.feature.black {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .main-grid.inner-padding-medium.features {
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid.inner-padding-medium.features.upspace.blanco {
    grid-row-gap: 30px;
  }

  .main-grid.inner-padding-medium.features.upspace.blanco.propuesta {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-grid.hero-images {
    min-height: 80vh;
    grid-template-rows: auto auto auto auto;
  }

  .p-small-size.text-white-opacity {
    text-align: center;
  }

  .stats-wrapper {
    text-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
  }

  .section-full._3, .section-full._2 {
    height: 45em;
  }

  .hero-full-title {
    width: 90%;
    margin-top: 300px;
  }

  .hero-full-title._3, .hero-full-title._2 {
    width: 90%;
    margin-top: 250px;
  }

  .button-3.text.div {
    font-size: 15px;
  }

  .button-3.home.white.div {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .heading {
    font-size: 45px;
    line-height: 55px;
  }

  .heading.white {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-6.white {
    font-size: 15px;
    line-height: 22px;
  }

  .enphaseplatinuminstaller {
    width: 150%;
  }

  .comercialindustrialimg {
    height: 100%;
    margin-top: -226px;
  }

  .home-wrapper._1 {
    height: 35em;
  }

  .home-wrapper._2 {
    height: 35em;
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .home-wrapper._3, .home-wrapper._4 {
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .paragraph-wrapper.inner-padding-medium, .paragraph-wrapper.inner-padding-small {
    align-items: center;
  }

  .paragraph-wrapper.align-center.half {
    max-width: none;
  }

  .background-video-2 {
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section-banner {
    background-position: 0%;
  }

  .image-logo {
    max-height: 40px;
    max-width: 100%;
  }

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

  .inner-half {
    min-height: auto;
    padding: 10vw 35px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }

  .heading-large.text-white._80 {
    text-align: center;
  }

  .container {
    flex: 0 auto;
    padding-top: 96px;
  }

  .container.titles {
    text-align: center;
    padding-top: 13vh;
  }

  .container.inner-padding-small {
    padding-top: 0;
  }

  .content-wrap {
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gray-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

  .full-image.phone-hide {
    display: none;
  }

  .half-container {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .half-container.reverse {
    padding-left: 30px;
  }

  .section-3.titles {
    min-height: auto;
    padding-top: 0;
  }

  .section-3.nolottie.lottie {
    height: 760px;
    overflow: hidden;
  }

  .section-3.nolottie.lottie.monitoreo {
    height: 100%;
  }

  .tag-features {
    font-size: 14px;
  }

  .flex-features, .flex-features.inner-padding-xsmall {
    justify-content: center;
  }

  .wrapper-features {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-wrapper.inner-padding-small {
    align-items: center;
    margin-top: 18px;
  }

  .grid-wrapper.inner-padding-small.control-energetico {
    align-items: center;
    margin-top: 27px;
  }

  .grid-wrapper.inner-padding-small.bp {
    align-items: center;
    margin-top: 23px;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .wrapper-container.space {
    margin-top: 38px;
  }

  .hero-cta-wrapper {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrap-summary, .wrap-summary.header {
    text-align: center;
  }

  .wrap-summary.header.white {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .hero-grid {
    min-height: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
  }

  .contain-form {
    padding-top: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .text-field {
    min-width: auto;
  }

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

  .grid-gallery {
    min-height: 30vh;
    min-width: 250vw;
  }

  .container-3 {
    flex: 0 auto;
  }

  .container-3.transparente.head {
    margin-top: 0;
    padding-top: 34px;
  }

  .heading-xlarge-2 {
    text-align: center;
    font-size: 4em;
  }

  .heading-xlarge-2.hero.left {
    text-align: left;
  }

  .heading-xlarge-2.hero.left.eco {
    text-align: center;
  }

  .heading-xlarge-2.hero.gridindependence.bp.bat.sun, .heading-xlarge-2.hero.gridindependence.bp.sun.center.pad {
    margin-top: 0;
  }

  .form-block {
    padding-right: 0;
  }

  .form.ebook {
    align-items: flex-start;
    margin-top: 28px;
  }

  .wrapper-call-to-action {
    width: 100%;
  }

  .image-features.max-width {
    max-width: 85%;
  }

  .main-paragraph-3.monitoreo._80, .main-paragraph-3.control-energetico, .main-paragraph-3.bpt, .main-paragraph-3.center {
    text-align: center;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
    height: 55vh;
  }

  .logos-wrapper {
    width: auto;
  }

  .icon-check {
    margin-right: 0;
  }

  .images-features-wrapper {
    justify-content: center;
    display: flex;
  }

  .image-tiles-hero._3d-reverse {
    max-height: none;
  }

  .lightbox-link-2 {
    padding: 18px 40px;
  }

  .lightbox-link-2:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .grid-rail {
    min-height: auto;
    min-width: 100vw;
  }

  .device-wrapper.side-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .frame-image-overflow {
    width: 45vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .hero-grid-header {
    min-height: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
  }

  .image-iphone {
    width: 45vw;
  }

  .hero-images-wrapper {
    padding-bottom: 0;
  }

  .section-4.proyecto._3.one {
    margin-top: 76px;
  }

  .section-4.hero {
    height: 100vh;
  }

  .section-4.hero.c-i._2.ci {
    background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .91)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .enphase-animation-1 {
    width: 140%;
  }

  .white-lable-link {
    line-height: 15;
    display: block;
  }

  .animation-full {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .label-sequence {
    font-size: 11px;
    line-height: 1;
  }

  .white-label {
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all .2s ease-in-out;
  }

  .white-label:hover {
    background-color: #ffae00;
  }

  .white-label._5 {
    top: 552px;
    left: 487px;
  }

  .white-label._2 {
    top: 239px;
    left: 65px;
  }

  .white-label._3 {
    top: 224px;
    left: 473px;
  }

  .white-label._4 {
    padding-top: 9px;
    padding-bottom: 9px;
    top: 554px;
    left: 212px;
  }

  .white-label._4.not-included {
    top: 544px;
    left: 184px;
  }

  .white-label._1 {
    top: 71px;
    left: 135px;
  }

  .white-label._1.bp {
    left: 134px;
  }

  .white-label._1.bp._2 {
    top: 172px;
    left: 534px;
  }

  .white-label._1.bp._3 {
    left: 85px;
  }

  .white-label._1.bp._5 {
    left: 539px;
  }

  .white-label._1.bp._2-copy {
    left: 534px;
  }

  .white-label._1.bp._2-copy-copy {
    top: 272px;
    left: 534px;
  }

  .white-label._1.bp._2-copy-copy._2 {
    top: 374px;
  }

  .white-label._6 {
    top: 71px;
    left: 135px;
  }

  .white-label._6.bp {
    top: 179px;
    left: 103px;
  }

  .white-label._6.bp._2 {
    left: 534px;
  }

  .white-label._6.bp._3 {
    left: 85px;
  }

  .white-label._6.bp._5 {
    left: 539px;
  }

  .white-label._7 {
    top: 71px;
    left: 135px;
  }

  .white-label._7.bp {
    top: 277px;
    left: 95px;
  }

  .white-label._7.bp._2 {
    left: 534px;
  }

  .white-label._7.bp._3 {
    left: 85px;
  }

  .white-label._7.bp._5 {
    left: 539px;
  }

  .white-label._8 {
    top: 71px;
    left: 135px;
  }

  .white-label._8.bp {
    top: 372px;
    left: 94px;
  }

  .white-label._8.bp._2 {
    left: 534px;
  }

  .white-label._8.bp._3 {
    left: 85px;
  }

  .white-label._8.bp._5 {
    left: 539px;
  }

  .white-label._10 {
    top: 71px;
    left: 135px;
  }

  .white-label._10.bp {
    left: 115px;
  }

  .white-label._10.bp._2 {
    top: 81px;
    left: 534px;
  }

  .white-label._10.bp._3 {
    left: 85px;
  }

  .white-label._10.bp._5 {
    left: 539px;
  }

  .mockup {
    align-items: flex-start;
  }

  .lightbox-link-3 {
    padding: 11px 40px;
  }

  .lightbox-link-3:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .image-frame {
    width: 35vw;
  }

  .hero-grid-header-2 {
    min-height: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
  }

  .stats-wrapper-2 {
    text-align: left;
    align-items: flex-start;
    padding: 30px;
    font-size: 16px;
  }

  .grid-list-stats.margin-bottom-small {
    grid-template-columns: 1fr 2fr;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .tabs-nav-menu {
    justify-content: space-between;
  }

  .tabs-menu-vertical {
    justify-content: flex-start;
  }

  .image-tab-wrapper {
    max-height: none;
  }

  .tab-list {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tabs-column {
    flex-direction: column;
  }

  .image-8 {
    width: auto;
    max-width: none;
  }

  .image-8.phone {
    display: none;
  }

  .stackable__card {
    width: 100%;
    overflow: hidden;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-wrapper-center.inner-padding-medium {
    width: auto;
  }

  .hero-center-column {
    width: 50%;
  }

  .hero-text {
    font-size: 46px;
  }

  .subtitle {
    font-size: 18px;
  }

  .slide-bg {
    background-size: 350px;
  }

  .slide-bg._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Baterias-energia-solar-almacenamiento-energia-v2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-bg._3, .slide-bg._4 {
    background-image: url('../images/Hero-3-bg.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .lottie-animation {
    width: 120%;
    position: relative;
    left: 198px;
  }

  .lottie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 188px;
    padding-bottom: 56px;
  }

  .lottie-45 {
    width: 0%;
  }

  .lottie-55 {
    width: 80%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-4 {
    padding-top: 40px;
  }

  .form-holder {
    z-index: 888888888;
    position: relative;
  }

  .whatsapp {
    color: #01387f;
  }

  .protect {
    height: 900px;
  }

  .custom_container-2.sections {
    background-image: linear-gradient(to top, #000 37%, rgba(240, 240, 240, .06) 54%, rgba(211, 211, 211, .17) 82%, rgba(255, 255, 255, 0) 82%);
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-home {
    font-size: 50px;
  }

  .underneath__grid_item {
    flex-direction: column;
    align-items: center;
  }

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

  .benefit-content-holder {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bateria.tetris {
    display: none;
  }

  .decks__wrapper {
    transform: translate(0, -24px);
  }

  .decks {
    height: 70vh;
    padding-top: 0;
  }

  .cientos-instalaciones {
    padding-left: 10%;
    padding-right: 10%;
  }

  .log-in-modal {
    display: none;
  }

  .home-instalaciones.mantenimiento {
    padding-top: 127px;
  }

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

  .grid-4.residencial {
    grid-template-columns: 1fr 1fr;
  }

  .bg-slider {
    background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(52, 52, 52, .18) 60%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url('../images/Baterias-energia-solar-almacenamiento-energia-v2.jpg');
    background-position: 0 0, 0 0, 50%;
  }

  .nav-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link.login {
    padding: 15px 10px;
  }

  .nav-link.login.desktop {
    display: none;
  }

  .nav-link.login-mob {
    display: block;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .stats-number-text {
    font-size: 52px;
  }

  .navbar-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navigation-left {
    width: 20%;
  }

  .feature-collection-list._2 {
    height: auto;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-center {
    display: block;
  }

  .image-29.nav-icons {
    width: 27px;
    object-fit: fill;
  }

  .home-features-1-main-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    display: block;
  }

  .h2-60-px {
    font-size: 57px;
  }

  .integration-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .pointer-grid {
    width: 100%;
    margin-top: 60px;
  }

  .home-features-tab-menu {
    width: 100%;
    max-width: 550px;
    flex-flow: column wrap;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .home-integration-circle-2 {
    bottom: -9%;
  }

  .home-blog-heading-and-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-section {
    margin-bottom: 0;
  }

  .wrapper {
    flex-direction: column;
  }

  .wrapper.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .wrapper.cta-wrapper {
    width: 100%;
    text-align: center;
    border-radius: 0;
  }

  .wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper.home-feature-3-wrapper {
    flex-direction: column;
  }

  .wrapper.navigation-wrapper {
    flex-direction: row;
  }

  .footer-logo-and-subscribe {
    margin-bottom: 40px;
  }

  .home-feature-1-image-background {
    height: 600px;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .feature-collection-item {
    height: auto;
  }

  .home-tabs-content {
    width: 90%;
    margin-top: 40px;
  }

  .home-features-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 4%;
  }

  .testimonial-item {
    max-width: 500px;
  }

  .home-features-images-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-features-images-container.feature-3 {
    width: 100%;
  }

  .home-hero-bg-circle {
    display: none;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .integration-heading-and-subheading {
    margin-bottom: 40px;
  }

  .feature-4-left {
    width: 100%;
    max-width: 620px;
  }

  .dropdown-list-2.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .dropdown-list-2.blog.w--open {
    width: 90%;
  }

  .home-blogs-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .home-hero-images-container {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .navigation-drop-container.features.pages {
    align-items: flex-start;
  }

  .visual-features-item.navbar.horizontal {
    justify-content: flex-start;
  }

  .home-hero-pointers {
    margin-top: 60px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-form-block {
    max-width: 620px;
    margin-top: 0;
  }

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

  .feature-3-circle {
    left: 10%;
  }

  .home-blog-heading {
    margin-bottom: 30px;
  }

  .para-large.home-hero-para {
    font-size: 20px;
  }

  .home-feature-tab-link.middle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-3-floating-image-2 {
    right: 1%;
  }

  .home-feature-1-content {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .navigation-menu {
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .button-4.navigation-button {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: none;
  }

  .button-4.navigation-button.mobile {
    max-width: 110px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    display: flex;
  }

  .home-hero-left {
    width: 100%;
    margin-bottom: 80px;
  }

  .cart-list {
    padding-left: 10px;
  }

  .home-features-tab {
    flex-direction: column;
    justify-content: center;
  }

  .footer-form-field-label {
    margin-top: 40px;
  }

  .footer-down {
    flex-direction: column;
  }

  .divider-nav {
    margin-top: 18px;
  }

  .display-heading {
    font-size: 65px;
  }

  .home-feature-1-floating-image.feature-3 {
    bottom: 2%;
    right: -2%;
  }

  .visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    max-width: 310px;
    display: block;
  }

  .visual-features-items-container.nav.pages {
    width: 100%;
    max-width: none;
    border-right-style: none;
    margin: 0;
    padding-left: 0;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-side-links {
    width: 100%;
  }

  .navigation-right {
    width: 50%;
    margin-right: 0;
  }

  .menu-button-mob {
    width: 50px;
    color: #6b6768;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: rgba(0, 0, 0, 0);
  }

  .hidelogo {
    display: none;
  }

  .container-5 {
    flex: 0 auto;
  }

  .main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .image-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-8 {
    font-size: 30px;
    line-height: 38px;
  }

  .white-back {
    background-image: url('../images/panel-solar3.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 201px;
  }

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

  ._60-column {
    width: 100%;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .container-6 {
    flex: 0 auto;
  }

  .gray-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-wrapper-2 {
    width: auto;
  }

  .image-logo-2 {
    max-height: 22px;
  }

  .link-block-7 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .display-heading-2 {
    font-size: 52px;
  }

  .inner-section {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner-section.hero-inner-section {
    margin-bottom: 84px;
  }

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

  .container-8 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-5, .libro-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-toggle-3.language {
    align-items: center;
  }

  .dropdown-3 {
    width: 100%;
  }

  .label-dropdown-2 {
    color: #a5a5a5;
    font-size: 20px;
  }

  .benefit-title-2 {
    text-align: center;
    margin-top: 0;
  }

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

  .intro {
    margin-top: 0;
    padding-top: 23px;
  }

  .service-photo-wrapper {
    width: 80%;
  }

  .epi-holder {
    display: none;
    overflow: visible;
  }

  .item__text-wrap {
    align-items: center;
    margin-right: 0;
    display: none;
  }

  .item__text-wrap.right.double {
    margin-left: 0;
    display: flex;
  }

  .item__text-wrap.phone {
    margin-top: 40px;
    display: flex;
  }

  .background-video-4 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 170px;
    padding-right: 5%;
  }

  .hero-subheader {
    margin-top: 10px;
  }

  .hero {
    height: 160vh;
    margin-top: -60px;
    overflow: hidden;
  }

  .hero__heading.landing {
    text-align: center;
  }

  .service-photo-block {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .service-photo-block:hover {
    transform: none;
  }

  .sec {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .sec._2 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .sec._3 {
    padding-top: 5vh;
    padding-bottom: 25vh;
  }

  .sec._1 {
    padding-top: 10vh;
  }

  .paragraph-4 {
    text-align: center;
  }

  .col._40 {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .benefit-explanation {
    text-align: center;
  }

  .container-10 {
    padding-top: 40px;
  }

  .service-block {
    flex-direction: column;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    font-size: 20px;
  }

  .nav-link-2.quote {
    width: 100%;
    color: #fff;
    background-color: #0058a5;
    background-image: linear-gradient(329deg, #004988, rgba(255, 255, 255, 0));
    display: block;
  }

  .nav-menu-2 {
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, .56);
  }
}

@media screen and (max-width: 767px) {
  .grid-buttons {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.inner-padding-small.full {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .navgrid {
    min-height: 50px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .heading-xlarge {
    font-size: 40px;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall.center {
    margin-bottom: 5px;
    font-size: 2.3em;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-5._2 {
    margin-top: 5px;
    font-size: 14px;
  }

  .underneath__main_image.margin-top {
    width: 100%;
    max-width: none;
  }

  .underneath__main_image.margin-top.enphase-batteries, .underneath__main_image.margin-top.sunna-lum {
    width: 130%;
  }

  .underneath__main_image.margin-top {
    width: 140%;
    max-width: none;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .button-2.color-line-white {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button-2.color-line-white._2 {
    font-size: 13px;
  }

  .button-2.white.ok.background-video-2 {
    margin-top: 16px;
  }

  .lightbox-link {
    width: auto;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .lightbox-link._2 {
    font-size: 13px;
  }

  .main-grid {
    grid-row-gap: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-grid.inner-padding-medium.features.upspace.blanco.propuesta {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .main-grid.margin-bottom-small {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    display: flex;
  }

  .stats-wrapper {
    text-align: center;
    font-size: 14px;
  }

  .button-3.text {
    font-size: 15px;
  }

  .button-3.home {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading {
    font-size: 35px;
    line-height: 44px;
  }

  .heading.white.square.right {
    justify-content: center;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-regular {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .square-title.right {
    align-items: center;
  }

  .section-banner {
    background-position: 50% 100%;
    padding-right: 0;
  }

  .image-logo {
    max-width: 400px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-half {
    min-height: auto;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.text-white._60 {
    width: 90%;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-large.text-white._80.left {
    text-align: left;
    margin-bottom: 12px;
    font-size: 28px;
  }

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

  .container.inner-padding-small {
    padding-top: 0;
  }

  .container.inner-padding-medium.padding-card {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    overflow: hidden;
  }

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

  .container.terms {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

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

  .social-link {
    background-color: rgba(194, 194, 194, .24);
  }

  .copy_and_legal {
    justify-content: center;
  }

  .heading-small {
    font-size: 16px;
    font-weight: 700;
  }

  .stats-number.large {
    font-size: 35px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .grid-wrapper.inner-padding-small {
    margin-top: 21px;
  }

  .frame-image-hero.hero {
    height: 30vh;
    min-width: 25vw;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-field.dark {
    text-align: center;
  }

  .inner-form {
    flex-direction: column;
  }

  .container-3.header {
    padding-top: 5vh;
  }

  .container-3.transparente.head {
    margin-bottom: 0;
  }

  .heading-xlarge-2 {
    font-size: 40px;
  }

  .heading-xlarge-2._20-ch.nopadding {
    margin-bottom: 47px;
  }

  .heading-xlarge-2._20-ch.nopadding.futuro {
    font-size: 3em;
  }

  .heading-xlarge-2.hero.left {
    text-align: center;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 4em;
    font-weight: 700;
  }

  .heading-xlarge-2.hero.gridindependence.bp {
    font-size: 4em;
  }

  .heading-xlarge-2.hero.center.manten {
    font-size: 3em;
  }

  .form-block {
    width: 100%;
  }

  .form {
    flex-direction: column;
  }

  .heading-regular-2 {
    font-size: 20px;
    font-weight: 700;
  }

  .main-paragraph-3.bold {
    font-size: 24px;
  }

  .main-paragraph-3.size-large.white.gridindependence.mantenimien {
    font-size: 1.2em;
  }

  .xlarge-scroll-heading {
    font-size: 12vh;
    line-height: 14vh;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
    height: 55vh;
  }

  .logos-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link-2 {
    width: 100%;
    justify-content: center;
  }

  .image-iphone {
    width: 50vw;
  }

  .enphase-animation-1 {
    width: 130%;
  }

  .animation-full {
    overflow: hidden;
  }

  .white-label._5 {
    top: 375px;
    left: 341px;
  }

  .white-label._2 {
    left: 27px;
  }

  .white-label._3 {
    top: 117px;
    left: 391px;
  }

  .white-label._4 {
    left: 133px;
  }

  .white-label._4.not-included {
    top: 373px;
    left: 73px;
  }

  .white-label._1 {
    top: 56px;
    left: 35px;
  }

  .white-label._1.bp {
    left: 96px;
  }

  .white-label._1.bp._2 {
    top: 165px;
    left: 362px;
  }

  .white-label._1.bp._3 {
    left: 56px;
  }

  .white-label._1.bp._5 {
    left: 366px;
  }

  .white-label._1.bp._2-copy {
    left: 362px;
  }

  .white-label._1.bp._2-copy-copy {
    top: 266px;
    left: 362px;
  }

  .white-label._1.bp._2-copy-copy._2 {
    top: 364px;
  }

  .white-label._6 {
    top: 56px;
    left: 35px;
  }

  .white-label._6.bp {
    top: 163px;
    left: 59px;
  }

  .white-label._6.bp._2 {
    left: 362px;
  }

  .white-label._6.bp._3 {
    left: 56px;
  }

  .white-label._6.bp._5 {
    left: 366px;
  }

  .white-label._7 {
    top: 56px;
    left: 35px;
  }

  .white-label._7.bp {
    top: 263px;
    left: 52px;
  }

  .white-label._7.bp._2 {
    left: 362px;
  }

  .white-label._7.bp._3 {
    left: 56px;
  }

  .white-label._7.bp._5 {
    left: 366px;
  }

  .white-label._8 {
    top: 56px;
    left: 35px;
  }

  .white-label._8.bp {
    top: 362px;
    left: 50px;
  }

  .white-label._8.bp._2 {
    left: 362px;
  }

  .white-label._8.bp._3 {
    left: 56px;
  }

  .white-label._8.bp._5 {
    left: 366px;
  }

  .white-label._10 {
    top: 56px;
    left: 35px;
  }

  .white-label._10.bp {
    left: 96px;
  }

  .white-label._10.bp._2 {
    top: 54px;
    left: 362px;
  }

  .white-label._10.bp._3 {
    left: 56px;
  }

  .white-label._10.bp._5 {
    left: 366px;
  }

  .mockup {
    max-height: none;
    background-color: #ff2121;
    align-items: flex-start;
    display: block;
  }

  .lightbox-link-3 {
    width: auto;
    justify-content: center;
  }

  .value {
    font-size: 36px;
  }

  .stats-wrapper-2 {
    font-size: 14px;
  }

  .heading-regular-3 {
    font-size: 20px;
    font-weight: 700;
  }

  .tabs-nav-menu {
    flex-direction: column;
  }

  .button-tab {
    margin: 10px 0;
  }

  .tabs-menu-vertical {
    flex-direction: column;
  }

  .tab-list {
    margin: 10px 0;
  }

  .image-8 {
    margin-left: -131px;
    padding-left: 0;
  }

  .image-8.phone {
    display: none;
  }

  .stackable__card._4 {
    background-image: url('../images/panles-solares-merida-cancun-campeche-tulum-cel-2.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .hero-center-column {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-text {
    font-size: 40px;
  }

  .subtitle {
    font-size: 17px;
  }

  .slide-bg {
    background-position: 100%;
    background-size: 250px;
  }

  .hero-slide-container {
    flex-direction: column;
  }

  .button-boxed {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

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

  .testimonial-card.horizontal {
    flex-direction: column;
  }

  .lottie-animation {
    width: 160%;
    left: 99px;
  }

  .benefit-description {
    width: 80%;
  }

  .button-holder {
    flex-direction: column;
    align-items: center;
  }

  .container-4.blue {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-holder {
    height: 400px;
  }

  .whatsapp {
    margin-left: 0;
  }

  .custom_container-2.sections {
    background-image: linear-gradient(to top, #000 50%, rgba(240, 240, 240, .06) 69%, rgba(211, 211, 211, .17) 82%, rgba(255, 255, 255, 0) 82%);
  }

  .hero-home {
    line-height: 60px;
  }

  .underneath__grid_item {
    flex-direction: column;
    align-items: center;
  }

  .benefit-title {
    text-align: center;
  }

  .benefit-content-holder {
    margin-top: 20px;
    margin-left: 0;
  }

  .grid-3 {
    grid-column-gap: 10px;
  }

  .box70 {
    width: 100%;
  }

  .previous {
    z-index: 6;
    position: absolute;
    bottom: -6%;
    left: 21%;
  }

  .mask {
    width: 100%;
  }

  .error-message {
    width: 450px;
  }

  .slider-2 {
    width: 100%;
    max-width: 550px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-content {
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-nav-bottom {
    z-index: 5;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid rgba(131, 149, 177, .15);
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .next {
    z-index: 6;
    margin-right: 149px;
    position: static;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper-2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._50-50 {
    width: 60%;
    flex-direction: column;
  }

  .bateria.tetris {
    width: 47%;
    display: flex;
  }

  .cta-holder-2 {
    flex-direction: column;
    align-items: center;
  }

  .decks {
    height: 80vh;
  }

  .pss__primary-heading, .pss__primary-heading._2 {
    text-align: center;
  }

  .cientos-instalaciones {
    width: 100%;
  }

  .log-in-modal {
    display: none;
  }

  .home-instalaciones {
    align-items: center;
  }

  .home-instalaciones.mantenimiento {
    padding-top: 124px;
  }

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

  .grid-4.residencial {
    margin-top: 0;
  }

  .navbar-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navigation-left {
    width: 26%;
  }

  .feature-collection-list {
    grid-template-rows: 300px 300px;
  }

  .feature-collection-list._2 {
    grid-row-gap: 40px;
    grid-template-rows: 300px 300px;
    grid-template-columns: 1fr;
  }

  .cta-form {
    flex-flow: column wrap;
    align-items: center;
  }

  .cta-form.stretch {
    align-items: stretch;
  }

  .footer-social-icons-container {
    margin-top: 40px;
  }

  .home-stats-grid-item.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .cta-text {
    font-size: 21px;
  }

  .hero-floating-image-2 {
    width: 240px;
    height: 145px;
    left: -6%;
  }

  .h2-60-px {
    font-size: 52px;
  }

  .home-hero-main-image {
    width: auto;
    height: 460px;
  }

  .hero-floating-image-1 {
    width: 160px;
    height: 160px;
    right: -8%;
  }

  .footer-field-and-button {
    max-width: 440px;
  }

  .hero-floating-image-3 {
    right: -5%;
  }

  .featured-main-collection-list {
    height: 100%;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.features-2-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-2-section {
    background-size: cover;
  }

  .home-feature-1-image-background {
    height: 500px;
  }

  .footer-links-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-link.cf, .footer-link.down {
    margin-bottom: 0;
  }

  .integrations-inside-container-1 {
    flex: none;
  }

  .testimonial-item {
    max-width: 460px;
  }

  .home-stats-grid {
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .cta-pointer-item {
    margin-top: 10px;
  }

  .white-2.features-4-text {
    text-align: left;
  }

  .dropdown-list-2.w--open {
    width: 90%;
  }

  .home-blogs-container {
    grid-row-gap: 40px;
    grid-template-rows: 300px auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .feature-3-circle {
    left: 3%;
  }

  .feature-3-floating-image-2 {
    right: -2%;
  }

  .cta-form-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-4.navigation-button {
    margin-left: 0%;
  }

  .button-4.navigation-button.mobile {
    justify-content: center;
  }

  .cart-list {
    padding-left: 10px;
  }

  .footer-form-field-label {
    margin-top: 40px;
  }

  .divider-nav {
    margin-top: 18px;
  }

  .display-heading {
    font-size: 55px;
  }

  .visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .navigation-right {
    width: 60%;
  }

  .featured-main-collection-item {
    height: 100%;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .residencial {
    margin-top: -150px;
  }

  .residencial.ecocentro {
    margin-top: 0;
  }

  .residencial.mantenimiento {
    height: auto;
    margin-top: 0;
  }

  .hidelogo {
    display: none;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
  }

  .heading-medium-2 {
    font-size: 24px;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .gridindependence {
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .block-info.btn {
    display: none;
  }

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

  .enphase-bat {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lightbox-link-5.roger.sunna {
    padding-bottom: 100px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 35px;
  }

  .block1 {
    width: 60%;
  }

  .image-37 {
    display: none;
  }

  .image-37.mobileshow, .image-37.sunapp {
    display: block;
  }

  .columnas-3 {
    flex-direction: column;
  }

  .caja1 {
    width: 100%;
    margin-bottom: 86px;
  }

  .video-mon {
    margin-left: 5%;
    margin-right: 5%;
  }

  .white-back {
    padding-top: 221px;
  }

  .columns-eco {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._60-column {
    width: 100%;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .gray-wrapper-2 {
    padding: 35px;
  }

  .cambiar-al-mundo.libro {
    padding-top: 50px;
  }

  .bold-text-3.center-60.ebook {
    font-size: 25px;
    line-height: 40px;
  }

  .display-heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .inner-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .large-text {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    padding-left: 0;
  }

  .pricing-card {
    max-width: 350px;
  }

  .tabs-menu-2 {
    border-radius: 20px;
    flex-direction: column;
    display: flex;
  }

  .benefit-title-2 {
    text-align: center;
  }

  .footer-4 {
    padding: 40px 20px;
  }

  .navigation-bar {
    z-index: 2147483647;
  }

  .intro {
    overflow: hidden;
  }

  .service-photo-wrapper {
    width: 80%;
    order: -1;
    margin-bottom: 30px;
  }

  .item__text-wrap.right.double, .item__text-wrap.phone {
    width: 100%;
  }

  .service-photo-block {
    margin-top: 0;
  }

  .sec {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .sec._3 {
    padding-bottom: 20vh;
  }

  .modal-overlay {
    z-index: 2147483647;
    display: none;
  }

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

  .info-counter-number {
    font-size: 45px;
    line-height: 45px;
  }

  .benefit-explanation {
    text-align: center;
  }

  .benefit-description-2 {
    width: 80%;
  }

  .service-block {
    flex-direction: column;
    align-items: center;
  }

  .espacio-tablas.grid.smaller, .espacio-tablas.uno {
    grid-template-columns: 1fr;
  }

  .grid-independence {
    border-left-style: none;
  }

  .heading-12.lll {
    text-align: left;
  }

  .text-block-31.hide {
    display: none;
  }

  .text-block-31.llll {
    text-align: left;
  }

  .columns {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .hide {
    overflow: hidden;
  }
}

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

  .grid-buttons {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.inner-padding-small {
    justify-items: stretch;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 10px;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .dropdown-link {
    font-size: 14px;
    line-height: 23px;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

  .navgrid {
    padding-left: 20px;
    padding-right: 10px;
  }

  .button {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.topnav {
    justify-content: center;
    font-size: 18px;
  }

  .background-video {
    min-height: 550px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .background-video._201 {
    min-height: 600px;
    justify-content: flex-end;
  }

  .home-header._021 {
    margin-bottom: 0;
  }

  .image-17.eco {
    height: 30px;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall.center {
    font-size: 2.2em;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall.center.ci {
    font-size: 2em;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .underneath__main_image.margin-top {
    width: 120%;
    margin-top: 150px;
    display: block;
  }

  .underneath__main_image.margin-top.enphase-batteries, .underneath__main_image.margin-top.sunna-lum {
    width: 160%;
  }

  .underneath__main_image.margin-top {
    width: 250%;
  }

  .button-2 {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2.color-line-white {
    font-size: 14px;
  }

  .lightbox-link {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.feature.black {
    padding-left: 15px;
    padding-right: 15px;
  }

  .open-sans.white {
    text-align: center;
  }

  .main-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: space-between;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.inner-padding-medium.features.upspace {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .main-grid.inner-padding-small.white {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid.no-gap.inner-padding-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-grid.hero-images {
    min-height: 60vh;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: start;
  }

  .p-small-size {
    font-size: 14px;
  }

  .p-small-size.text-white-opacity.gridindblcok {
    width: 90%;
  }

  .stats-wrapper {
    padding: 0 0;
    font-size: 14px;
  }

  .section-full._3 {
    padding-bottom: 30px;
  }

  .hero-full-title._3, .hero-full-title._2 {
    width: 80%;
  }

  .button-3.text {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .button-3.text:hover {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-3.text.div {
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .button-3.home {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .button-3.home.white.div {
    font-size: 13px;
  }

  .heading, .heading.white {
    font-size: 25px;
    line-height: 32px;
  }

  .heading.white.square {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-6, .text-block-6.white {
    font-size: 13px;
    line-height: 18px;
  }

  .enphaseplatinuminstaller {
    width: 270%;
    margin-bottom: 250px;
  }

  .buttons-div {
    flex-direction: column;
  }

  .comercialindustrialimg {
    margin-top: -215px;
  }

  .home-wrapper._1 {
    height: 25em;
  }

  .home-wrapper._2 {
    height: 33em;
  }

  .home-wrapper._3, .home-wrapper._4 {
    height: 25em;
  }

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

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .heading-regular {
    font-size: 18px;
  }

  .heading-regular.black {
    line-height: 20px;
  }

  .main-paragraph {
    text-align: center;
  }

  .main-paragraph.white {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .square-title.right {
    align-items: center;
  }

  .section-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .image-logo {
    max-height: 40px;
    max-width: 100px;
    display: block;
  }

  .logo-wrap {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-half {
    align-items: center;
    padding: 0 30px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.hero.testimonios {
    font-size: 1.7em;
  }

  .heading-large.text-white._60 {
    font-size: 20px;
  }

  .heading-large.text-white._80 {
    width: 100%;
  }

  .heading-large.text-white._80.left {
    width: 100%;
    text-align: center;
  }

  .heading-large.text-white.eco {
    font-size: 30px;
  }

  .icon-wrapper {
    min-height: 0;
    padding-bottom: 0;
  }

  .container {
    flex: 0 auto;
    padding-top: 7px;
  }

  .container.titles {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .container.terms {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gray-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .gray-wrapper.margin-bottom-xsmall.white {
    flex-direction: column;
    padding: 15px;
  }

  .gray-wrapper.solar {
    min-height: 250px;
    justify-content: center;
    align-items: center;
  }

  .small-paragraph-wrapper {
    justify-content: flex-start;
  }

  .full-image {
    border-radius: 9px;
    overflow: hidden;
  }

  .half-container, .half-container.reverse {
    padding-right: 30px;
  }

  .content-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
    justify-items: center;
  }

  .content-grid.gap-short {
    align-content: space-between;
  }

  .footer_nav {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
  }

  .social-link:hover {
    background-color: #00a5f7;
  }

  .text-block-7.copy {
    text-align: center;
  }

  .redessociales {
    margin-top: 22px;
  }

  .footer-disclaimer {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .section-3.nolottie.lottie {
    height: 880px;
  }

  .blue-sky-body.biig {
    padding-bottom: 283px;
  }

  .wrapper-legal-page.white.terms.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .overflow-wrapper.rounded.bateria {
    margin-bottom: 0;
  }

  .text-small, .tag-features {
    font-size: 13px;
  }

  .heading-small {
    font-size: 16px;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .flex-column-features, .flex-column-features.device-wrapper {
    align-items: center;
  }

  .heading-medium {
    text-align: center;
    line-height: 1.15;
  }

  .grid-wrapper.inner-padding-small {
    margin-top: 28px;
  }

  .grid-wrapper.top-padding {
    padding-top: 0;
  }

  .ratings.inner-padding-xsmall {
    justify-content: center;
  }

  .ratings.inner-padding-xsmall.vertical {
    text-align: center;
    justify-content: center;
  }

  .frame-image-hero {
    max-width: none;
  }

  .frame-image-hero.hero {
    width: 100%;
  }

  .frame-image-hero.rounded {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-cta-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrap-summary.header.white.nopadding {
    width: 100%;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    align-items: start;
  }

  .grid-hero {
    height: auto;
    margin-left: -64px;
    padding-left: 0;
  }

  .heading-2.testimonio {
    text-align: center;
  }

  .contain-form {
    min-height: 50vh;
  }

  .form-wrapper {
    width: 100%;
  }

  .text-field {
    height: 60px;
    max-width: none;
    text-align: left;
    margin-right: 0;
  }

  .text-field.dark {
    min-width: auto;
    text-align: left;
  }

  .label-form {
    text-align: left;
  }

  .form-container {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrapper-heading {
    align-items: center;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .grid-gallery {
    min-width: 300vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
  }

  .image-grid-wrapper {
    max-height: 45vh;
    min-height: auto;
  }

  .container-3 {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3.end {
    margin-top: 0;
  }

  .heading-xlarge-2.hero.left {
    font-size: 2.5em;
  }

  .heading-xlarge-2.hero.gridindependence {
    font-size: 2.3em;
  }

  .heading-xlarge-2.hero.gridindependence.bp {
    width: auto;
    font-size: 2em;
  }

  .heading-xlarge-2.hero.gridindependence.bp.bat.sun {
    margin-top: 0;
  }

  .form {
    width: 100%;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-call-to-action.inner-cta-padding-small {
    padding-left: 0;
    padding-right: 0;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .image-features {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-regular-2, .main-paragraph-3.bold {
    font-size: 18px;
  }

  .main-paragraph-3.size-large {
    font-size: 22px;
  }

  .main-paragraph-3.size-large.white.gridindependence {
    font-size: 18px;
    line-height: 1.3em;
  }

  .main-paragraph-3.size-large.white.gridindependence._2 {
    line-height: 1.3em;
  }

  .main-paragraph-3.monitoreo._80 {
    width: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 16vh;
    line-height: 1;
  }

  .price {
    font-size: 40px;
  }

  .wrapper-full-image, .wrapper-full-image.media.rounded, .wrapper-full-image.media.rounded {
    height: 35vh;
  }

  .logos-wrapper {
    padding: 1em .125em 1em .25em;
  }

  .icon-check {
    margin-bottom: 0;
  }

  .images-features-wrapper {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .image-tiles-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    flex: 0 auto;
  }

  .lightbox-link-2 {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-rail {
    min-height: auto;
    min-width: auto;
    grid-column-gap: 1.5vw;
    flex: none;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .device-wrapper {
    max-width: none;
    min-height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-rail {
    height: auto;
    align-items: flex-end;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-iphone {
    width: 45vw;
    max-height: 550px;
  }

  .hero-images-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .section-4.proyecto._3._2, .section-4.proyecto._3.cuatro, .section-4.proyecto._3._5, .section-4.proyecto._3._6, .section-4.proyecto._3._7, .section-4.proyecto._3._8, .section-4.proyecto._3._9, .section-4.proyecto._3._10, .section-4.proyecto._3._11, .section-4.proyecto._3._12, .section-4.proyecto._3._13, .section-4.proyecto._3._14, .section-4.proyecto._3._15, .section-4.proyecto._3._16, .section-4.proyecto._3._18, .section-4.proyecto._3._19, .section-4.proyecto._3._20, .section-4.proyecto._3._21 {
    min-height: 80vh;
  }

  .section-4.proyecto._3._22 {
    min-height: 80vh;
    background-position: 0%;
  }

  .section-4.proyecto._3._24, .section-4.proyecto._3._25, .section-4.proyecto._3._26, .section-4.proyecto._3._28 {
    min-height: 80vh;
  }

  .section-4.hero.c-i._2.ci {
    height: 85vh;
  }

  .enphase-animation-1 {
    width: 200%;
    margin-left: 32px;
  }

  .label-sequence.bp {
    font-size: 10px;
  }

  .white-label._5 {
    top: 396px;
    left: 275px;
  }

  .white-label._2 {
    top: 209px;
    left: 15px;
  }

  .white-label._3 {
    top: 198px;
    left: 233px;
  }

  .white-label._4 {
    top: 393px;
    left: 51px;
  }

  .white-label._4.not-included {
    top: 393px;
    left: 96px;
  }

  .white-label._1 {
    top: 10px;
    left: 110px;
  }

  .white-label._1.bp {
    left: 9px;
  }

  .white-label._1.bp._2 {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 81px;
    left: 209px;
  }

  .white-label._1.bp._3 {
    top: 301px;
    left: 5px;
  }

  .white-label._1.bp._5 {
    top: 300px;
    left: 194px;
  }

  .white-label._1.bp._2-copy, .white-label._1.bp._2-copy-copy {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 154px;
    left: 209px;
  }

  .white-label._1.bp._2-copy-copy._2 {
    top: 222px;
  }

  .white-label._6 {
    top: 10px;
    left: 110px;
  }

  .white-label._6.bp {
    top: 84px;
    left: 9px;
  }

  .white-label._6.bp._2 {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 6px;
    left: 209px;
  }

  .white-label._6.bp._3 {
    top: 301px;
    left: 5px;
  }

  .white-label._6.bp._5 {
    top: 300px;
    left: 194px;
  }

  .white-label._7 {
    top: 10px;
    left: 110px;
  }

  .white-label._7.bp {
    top: 155px;
    left: 9px;
  }

  .white-label._7.bp._2 {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 6px;
    left: 209px;
  }

  .white-label._7.bp._3 {
    top: 301px;
    left: 5px;
  }

  .white-label._7.bp._5 {
    top: 300px;
    left: 194px;
  }

  .white-label._8 {
    top: 10px;
    left: 110px;
  }

  .white-label._8.bp {
    top: 226px;
    left: 9px;
  }

  .white-label._8.bp._2 {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 6px;
    left: 209px;
  }

  .white-label._8.bp._3 {
    top: 301px;
    left: 5px;
  }

  .white-label._8.bp._5 {
    top: 300px;
    left: 194px;
  }

  .white-label._10 {
    top: 10px;
    left: 110px;
  }

  .white-label._10.bp {
    left: 9px;
  }

  .white-label._10.bp._2 {
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 6px;
    left: 209px;
  }

  .white-label._10.bp._3 {
    top: 301px;
    left: 5px;
  }

  .white-label._10.bp._5 {
    top: 300px;
    left: 194px;
  }

  .mockup {
    height: auto;
    perspective-origin: 50% 0;
    border-width: 8px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox-link-3 {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-frame {
    width: 45vw;
    height: 15vh;
    max-width: none;
  }

  .image-frame.move {
    width: 45vw;
  }

  .hero-grid-header-2 {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-overlayer {
    background-image: linear-gradient(#000 18%, rgba(14, 14, 14, .15) 65%);
    display: block;
  }

  .divider-overlap {
    height: 30%;
    max-height: 15vh;
    display: block;
  }

  .overlap-divider.bg-dark-gray {
    max-height: 15em;
  }

  .value {
    font-size: 36px;
  }

  .value.small {
    font-size: 24px;
  }

  .content-divider-wrapper {
    min-height: auto;
  }

  .grid-overlap {
    align-items: end;
  }

  .stats-wrapper-2 {
    padding: 0 0;
    font-size: 14px;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .title-tag {
    font-size: 12px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-regular-3 {
    font-size: 18px;
  }

  .testimonial-header {
    font-size: 2.1em;
  }

  .cta-eco {
    text-align: center;
  }

  .testimonial-subheader {
    line-height: 1.3em;
  }

  .testimonial-subheader.mobile {
    margin-top: 47px;
  }

  .cta-vide {
    margin-left: 0;
    margin-right: 0;
  }

  .photo-circle-holder {
    width: 75px;
    height: 75px;
  }

  .image-8 {
    margin-left: 187px;
    display: none;
    left: -73%;
    overflow: visible;
  }

  .image-8.phone {
    display: block;
  }

  .stackable-cards {
    overflow: visible;
  }

  .cta-holder-videos {
    flex-direction: column;
  }

  .testimonial-photo-holder {
    width: 70px;
    height: 70px;
  }

  .stackable__card {
    height: 700px;
    align-items: center;
  }

  .card__text-wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .hero-track {
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .hero-track.blue-planet.propuesta {
    display: flex;
  }

  .hero-center-column {
    width: 100%;
  }

  .hero-text {
    font-size: 34px;
  }

  .hide-on-mobile {
    display: none;
  }

  .slide-bg {
    background-position: 50% 95%;
    background-size: 50%;
  }

  .testimonial-card.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-card.horizontal.vertical._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-card.vertical.horizontal {
    flex-direction: column;
  }

  .testimonial-copy {
    margin-left: 0;
  }

  .testimonial-copy.nopad {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    width: 190%;
    left: 48px;
  }

  .lottie-text {
    padding-top: 80px;
    padding-bottom: 19px;
  }

  .lottie-55 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttoncta.align {
    flex-direction: column;
    justify-content: center;
  }

  .background-video-3 {
    height: 270px;
  }

  .form-section {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .form-section.panel {
    padding-top: 71px;
  }

  .benefit-description {
    width: 100%;
  }

  .benefit-h1 {
    text-align: center;
    font-size: 28px;
  }

  .container-4.blue {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-holder {
    width: 100%;
    height: 430px;
  }

  .protect {
    height: 800px;
  }

  .custom_container-2.sections {
    background-image: linear-gradient(to top, #000 39%, rgba(240, 240, 240, .06) 61%, rgba(211, 211, 211, .17) 100%, rgba(255, 255, 255, 0));
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-home {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-i-icon {
    height: 100px;
  }

  .c-i---info {
    padding-left: 10%;
    padding-right: 10%;
  }

  .proyecto-detalle-2.c-i {
    font-size: 14px;
  }

  .box70 {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 600px;
    flex: none;
  }

  .previous {
    max-width: 100px;
    margin-bottom: 122px;
    margin-left: 0;
    display: flex;
    position: absolute;
    bottom: -17%;
    left: 5%;
  }

  .mask {
    height: 100%;
    padding-bottom: 0;
    position: static;
  }

  .error-message {
    width: 300px;
  }

  .slider-content-wrap {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding: 50px 0 0;
  }

  .slider-2 {
    height: 100%;
    max-width: none;
    flex-direction: column;
    display: flex;
  }

  .form-content {
    width: 100%;
    margin-bottom: 6px;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .paragraph.white.spaceup {
    font-size: 12px;
    line-height: 19px;
  }

  .next {
    margin-right: 12px;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  ._50-50 {
    width: 100%;
    flex-direction: column;
  }

  .blue-planet-logo.gridindependence {
    width: 100%;
  }

  .bateria {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .bateria.tetris {
    width: 100%;
    flex-direction: row;
    margin-top: 9px;
    margin-bottom: -95px;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 2vw;
  }

  .cta-eco-2 {
    text-align: center;
  }

  .decks__wrapper {
    width: 180vw;
  }

  .decks {
    height: 90vh;
  }

  .decks__image {
    width: 30vw;
  }

  .decks__image.decks__image--margin {
    margin-bottom: 1vh;
  }

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

  .cientos-instalaciones {
    width: 100%;
    align-items: center;
    margin-bottom: 85px;
  }

  .form-3 {
    width: 100%;
  }

  .login-white {
    width: 90vw;
    height: 65vh;
    justify-content: center;
    padding: 20px 15px;
    display: flex;
  }

  .fb-text {
    font-size: 13px;
  }

  .social-divider {
    margin-top: 10px;
  }

  .login-header-text {
    font-size: 1.75em;
  }

  .fb-text-2 {
    font-size: 13px;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
    font-size: 12px;
    display: flex;
  }

  .sign-up-terms-services {
    width: 100%;
  }

  .social-divider-2 {
    margin-top: 10px;
  }

  .home-instalaciones {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-4.residencial.monitoreo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text {
    max-width: 300px;
  }

  .cta-form-block {
    width: 100%;
  }

  .nav-link.login {
    display: none;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .navbar-brand {
    width: 120px;
    height: 30px;
  }

  .navigation-left {
    width: 40%;
  }

  .feature-collection-list {
    grid-row-gap: 80px;
  }

  .feature-collection-list._2 {
    height: auto;
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .cta-form {
    align-items: stretch;
  }

  .cta-text {
    font-size: 20px;
  }

  .home-features-1-main-image {
    width: 100%;
  }

  .hero-floating-image-2 {
    width: 150px;
    height: auto;
  }

  .h2-60-px {
    font-size: 48px;
  }

  .home-hero-main-image {
    width: auto;
    height: auto;
  }

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

  .feature-tab-icon {
    margin-top: 0;
  }

  .hero-floating-image-1 {
    width: 140px;
    height: 140px;
  }

  .footer-field-and-button {
    width: 100%;
    max-width: 280px;
    flex-direction: column;
  }

  .hero-floating-image-3 {
    width: 70px;
    height: 70px;
  }

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

  .cta-pointers-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper._1920px {
    padding-bottom: 100px;
  }

  .wrapper.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .home-feature-1-image-background {
    width: 280px;
    height: 300px;
  }

  .feature-collection-item {
    height: auto;
  }

  .home-tabs-content {
    width: 100%;
    margin-top: 0;
  }

  .cart-button {
    padding: 11px 10px;
    font-size: 14px;
  }

  .testimonial-item {
    max-width: 320px;
  }

  .home-hero-image-circle {
    width: 55px;
    height: 55px;
  }

  .cta-pointer-item.first {
    margin-bottom: 8px;
  }

  .white-2.features-4-text {
    text-align: left;
  }

  .featured-collection-wrapper {
    overflow: visible;
  }

  .footer-text-field {
    margin-bottom: 20px;
    padding-left: 16px;
  }

  .navigation-drop-container.features {
    padding: 0;
  }

  .navigation-drop-container.features.pages {
    padding-right: 0;
  }

  .visual-features-item.navbar {
    padding: 20px;
  }

  .home-hero-pointers {
    max-width: 300px;
    grid-template-columns: 1fr;
  }

  .footer-form-block {
    max-width: 300px;
  }

  .footer-up {
    grid-row-gap: 60px;
  }

  .feature-3-circle {
    left: -3%;
  }

  .para-large.home-hero-para {
    font-size: 18px;
  }

  .home-feature-tab-link, .home-feature-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-3-floating-image-2 {
    right: -8%;
  }

  .cta-form-field {
    width: auto;
    padding-left: 16px;
    padding-right: 10px;
  }

  .cta-form-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .cta-form-field::placeholder {
    font-size: 16px;
  }

  .button-4.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .button-4.navigation-button.mobile {
    text-align: left;
    justify-content: center;
    font-size: 16px;
  }

  .cart-list {
    padding-left: 10px;
  }

  .homepage-secondary-nav {
    flex-direction: column;
    display: none;
  }

  .display-heading {
    font-size: 50px;
  }

  .footer {
    overflow: hidden;
  }

  .home-feature-1-floating-image, .home-feature-1-floating-image.feature-3 {
    width: 50%;
  }

  .visual-features-items-container.nav.pages {
    padding-right: 0;
  }

  .navigation-right {
    width: 50%;
  }

  .menu-button-mob {
    flex: none;
    margin-left: 0;
  }

  .integration-card {
    max-width: 330px;
  }

  .residencial {
    margin-top: -254px;
  }

  .residencial.mantenimiento {
    margin-top: 0;
  }

  .container-5 {
    flex: 0 auto;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .main-grid-2.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-medium-2 {
    line-height: 1.15;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .text-field-5.space-1 {
    width: 250px;
    margin-top: 64px;
  }

  .gridindependence {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    max-width: 150%;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-planet-blcok.bateria {
    width: 100%;
  }

  .blue-planet-blcok.bateria._2 {
    margin-bottom: 0;
  }

  .bettery, .bettery._2 {
    width: 200px;
  }

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

  .holder-bar {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-info.no {
    display: none;
  }

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

  .lightbox-link-5 {
    background-image: linear-gradient(146deg, rgba(0, 0, 0, .73) 30%, rgba(0, 0, 0, 0) 71%), url('../images/enphase-battery-iq.png');
    background-position: 0 0, 60%;
    background-size: auto, cover;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-link-5.roger.sunna {
    padding-bottom: 90px;
  }

  .heading-8 {
    margin-top: 0;
    padding-right: 34px;
  }

  .block1 {
    width: 100%;
  }

  .white-text-ecocentro._80 {
    width: 100%;
    font-size: 14px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .container-6 {
    flex: 0 auto;
  }

  .gray-wrapper-2 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .logos-wrapper-2 {
    padding: 1em 1.5em;
  }

  .p-small-size-2 {
    font-size: 14px;
  }

  .content-grid-2 {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .image-logo-2 {
    max-height: 24px;
    max-width: 100px;
  }

  .cambiar-al-mundo.libro {
    padding-left: 7%;
    padding-right: 7%;
  }

  .bold-text-3.center-60 {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-10 {
    width: 90%;
    font-size: 28px;
    line-height: 32px;
  }

  .button-5.adjacent-to-button {
    margin: 7px 0;
  }

  .inner-section.hero-inner-section.blog-post {
    background-position: 0 0, 50%;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .button-row.justify-content-center {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .blue-accent-svg {
    display: none;
  }

  .text-field-6, .div-block-9 {
    width: 100%;
  }

  .testimonial-header-2 {
    font-size: 2.1em;
  }

  .label-dropdown-2 {
    font-size: 18px;
  }

  .image-13 {
    height: 100px;
  }

  .heading-3 {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-4 {
    text-align: left;
    padding: 10px 20px;
  }

  .intro {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-photo-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .item__text-wrap {
    width: 100%;
    align-items: center;
  }

  .background-video-4 {
    height: 1000px;
    justify-content: center;
  }

  .hero-subheader {
    width: 100%;
  }

  .container-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero {
    height: 140vh;
  }

  .hero__heading.landing {
    font-size: 34px;
    line-height: 43px;
  }

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

  .cta-eco-3 {
    text-align: center;
  }

  .benefit-h1-2 {
    text-align: center;
    font-size: 28px;
  }

  .sec {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    justify-content: center;
    display: flex;
  }

  .form-section-2 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col {
    width: 100%;
  }

  .footer-link-2 {
    justify-content: center;
    display: flex;
  }

  .benefit-description-2 {
    width: 100%;
  }

  .section-7 {
    flex-direction: column;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
  }

  .link-7 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

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

  .text-block-32, .text-block-32.bold {
    text-align: left;
  }

  .tabla-de-cotizacion {
    grid-template-columns: 1fr;
  }
}

#w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c24-dc436db9, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c2c-dc436db9, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c34-dc436db9, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c3c-dc436db9, #w-node-_019d376f-9da1-8c2b-1df0-7652c83163a9-dc436db9, #w-node-b74346ef-df0d-94f2-b331-a702862167e7-dc436db9, #w-node-cb649a50-fe32-1009-d5ad-6a07cb4937aa-dc436db9, #w-node-ea10fc9c-33ae-38c4-63a3-82c6a822fb55-dc436db9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab141-72436dc0 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab143-72436dc0 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab145-72436dc0 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab147-72436dc0 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab149-72436dc0 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14c-72436dc0 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14e-72436dc0 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab150-72436dc0 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab152-72436dc0 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab154-72436dc0 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_4168a447-18a8-5d98-684d-5eabf6880184-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4168a447-18a8-5d98-684d-5eabf6880190-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f515-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f521-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d3e1513d-b306-9e23-a047-b6615113b1fb-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-d3e1513d-b306-9e23-a047-b6615113b207-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f170-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f17c-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d1d-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d29-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_507b8c23-388e-6f1b-e4e4-0604844bd119-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_507b8c23-388e-6f1b-e4e4-0604844bd125-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a963f7-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a96403-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fbe-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fca-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_40ea3107-e7e8-84a7-ae82-e65418028a6e-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_40ea3107-e7e8-84a7-ae82-e65418028a78-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_98036923-b965-081d-0e43-4c3ecbb8a638-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_98036923-b965-081d-0e43-4c3ecbb8a642-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8b5-72436dc0 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8bf-72436dc0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_91e72399-e0f7-252d-f90a-e6bfa1439685-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439687-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439689-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968b-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968d-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968f-84436dc1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf361963-84436dc1, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf36196c-84436dc1, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf361975-84436dc1, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf36197e-84436dc1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-84436dc1 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-84436dc1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_39dd71d9-b463-deda-1dca-514ff836384d-84436dc1 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_39dd71d9-b463-deda-1dca-514ff8363852-84436dc1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-84436dc1 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-84436dc1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-84436dc1 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-84436dc1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-84436dc1 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_3814312d-f93d-8fb0-e132-03063b254f98-84436dc1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f5771345-5da6-b841-537f-9ef8e0ad2466-84436dc1 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-f5771345-5da6-b841-537f-9ef8e0ad2469-84436dc1 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-97436dc3 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-97436dc3 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-97436dc3 {
  grid-area: 1 / 6 / 7 / 13;
  align-self: start;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef0-97436dc3 {
  grid-area: 1 / 2 / 4 / 5;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef2-97436dc3 {
  grid-area: 2 / 4 / 5 / 7;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef4-97436dc3 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef6-97436dc3 {
  grid-area: 3 / 1 / 5 / 3;
  align-self: auto;
  justify-self: center;
}

#w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-97436dc3, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-97436dc3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2de45ec2-37a1-6ffa-008f-2c4c6901fe61-97436dc3, #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-97436dc3, #w-node-_1a3e48d3-d506-e509-5372-c7268d24b640-97436dc3, #w-node-_0bcdde35-5a0a-f78c-d1c4-fd310af2109e-97436dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2bd5325-a360-5b65-40e4-2ff1ab23f4fd-97436dc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-97436dc3, #w-node-_7db088ec-6da8-c7a4-61b3-e9778bbe998a-97436dc3, #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-97436dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-97436dc3, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-97436dc3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8f4e4899-44b0-9377-f55b-5d1e14f2fd6b-d1436dc5, #w-node-_8f4e4899-44b0-9377-f55b-5d1e14f2fd99-d1436dc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c91a80-4371-f863-28fa-e2b5db0f0143-db0f013e {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_33ee8e35-02a0-7242-646e-ae77949da743-60436dcb {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_33ee8e35-02a0-7242-646e-ae77949da746-60436dcb {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_6a9568de-98f3-3b99-370d-b8ee6df372ac-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b2-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b8-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372be-6df372ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c24-21436dcc, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c2c-21436dcc, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c34-21436dcc, #w-node-_7954cab5-1a6f-9732-9733-d2f2285e8c3c-21436dcc, #w-node-_019d376f-9da1-8c2b-1df0-7652c83163a9-21436dcc, #w-node-b74346ef-df0d-94f2-b331-a702862167e7-21436dcc, #w-node-cb649a50-fe32-1009-d5ad-6a07cb4937aa-21436dcc, #w-node-ea10fc9c-33ae-38c4-63a3-82c6a822fb55-21436dcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17bf2cda-971f-8021-e098-84c1c0cb830e-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8314-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb831a-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8320-89436dcd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_33ee8e35-02a0-7242-646e-ae77949da743-89436dcd {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_33ee8e35-02a0-7242-646e-ae77949da746-89436dcd {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a2d203bc-ae02-5583-964e-dd4ceea09f5d-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f63-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f69-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f6f-eea09f5c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e51e-6f436dd5 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e520-6f436dd5 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e528-6f436dd5 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
}

#w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e55b-6f436dd5 {
  grid-area: 3 / 1 / 7 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-e169e58b-37bb-85f5-c8a1-52119364c843-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-d4436dd6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-d4436dd6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0d-d4436dd6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0e-d4436dd6 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d07-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d08-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0a-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0c-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0e-d4436dd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-d4436dd6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-d4436dd6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-d4436dd6 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-d4436dd6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-d4436dd6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-d4436dd6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-d4436dd6 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-d4436dd6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-d4436dd6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-d4436dd6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fa-d4436dd6 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fd-d4436dd6 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e169e58b-37bb-85f5-c8a1-52119364c843-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-a4436dd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-a4436dd7 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0d-a4436dd7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0e-a4436dd7 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d07-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d08-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0a-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0c-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0e-a4436dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-a4436dd7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-a4436dd7 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-a4436dd7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-a4436dd7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-a4436dd7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-a4436dd7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-a4436dd7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-a4436dd7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-a4436dd7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-a4436dd7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fa-a4436dd7 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fd-a4436dd7 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_91e72399-e0f7-252d-f90a-e6bfa1439685-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439687-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439689-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968b-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968d-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968f-6a436dda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf361963-6a436dda, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf36196c-6a436dda, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf361975-6a436dda, #w-node-_28b0b3bd-5bfa-19ea-970e-eb6abf36197e-6a436dda {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-6a436dda {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-6a436dda {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_39dd71d9-b463-deda-1dca-514ff836384d-6a436dda {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_39dd71d9-b463-deda-1dca-514ff8363852-6a436dda {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-6a436dda {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-6a436dda {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-6a436dda {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-6a436dda {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-6a436dda {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_3814312d-f93d-8fb0-e132-03063b254f98-6a436dda {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-bc8daf4d-e72d-806a-d9ad-a1ee76909a1b-6a436dda {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-bc8daf4d-e72d-806a-d9ad-a1ee76909a1e-6a436dda {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2777-13436de1, #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2779-13436de1, #w-node-_506a6897-2366-19a8-4b00-d89dc886a7a6-13436de1, #w-node-_8908ad67-2cb4-ca31-51eb-2675217baaa7-13436de1, #w-node-_57f161ea-d211-0128-b049-836c135a658b-13436de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae38e48-5878-1d51-8b2b-43a418559cb0-13436de1, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559cb9-13436de1, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559cc2-13436de1, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559ccb-13436de1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-13436de1 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-13436de1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-13436de1 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-13436de1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-13436de1 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-13436de1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_840d55ec-cd12-781a-17d1-b7f02fef8530-29436dfd {
  grid-area: 1 / 1 / 2 / 5;
}

#Bases-de-concreto.w-node-_6e3daacd-3c2b-4103-82f1-2229d1ae05d3-29436dfd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_50101676-dfb7-1fdf-427b-2ec14d0763a4-29436dfd {
  grid-area: 1 / 5 / 2 / 9;
}

#Contro-panel-por-panel.w-node-_6e3daacd-3c2b-4103-82f1-2229d1ae05dc-29436dfd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-c7ee17ad-a54a-9b23-bc6f-d916f34c15fb-29436dfd {
  grid-area: 1 / 9 / 2 / 13;
}

#Crecimiento-modular.w-node-_6e3daacd-3c2b-4103-82f1-2229d1ae05e5-29436dfd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_6ab40d93-3559-f24f-4554-7709a1b94b4d-29436dfd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_5526af1f-e86c-4ca7-d7f2-1ee437ed7bb0-29436dfd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9aec0230-0f96-8c6b-f79f-63b4567e9616-29436dfd, #w-node-_80fd050e-b753-8c66-345e-1e7c0e3f6ae4-29436dfd, #w-node-cc246ea0-c6cc-18ce-cb1f-c1755c9cf3b9-29436dfd, #w-node-_00116e30-5682-b06b-dcf2-5cdfb95477d3-29436dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-29436dfd {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-29436dfd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-29436dfd {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-29436dfd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-29436dfd {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-29436dfd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f092d-29436dfd {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f0930-29436dfd {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab1-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab7-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554abd-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ac3-b0554ab0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b3-e0436e1b {
  grid-area: 2 / 1 / 3 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b5-e0436e1b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205bd-e0436e1b {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
}

#w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205f0-e0436e1b {
  grid-area: 3 / 1 / 7 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-e77ee446-8735-4a88-d25d-4d8eba830ec6-1e436e1d {
  grid-area: 1 / 1 / 2 / 5;
}

#Bases-de-concreto.w-node-e77ee446-8735-4a88-d25d-4d8eba830ec7-1e436e1d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e77ee446-8735-4a88-d25d-4d8eba830ecf-1e436e1d {
  grid-area: 1 / 5 / 2 / 9;
}

#Contro-panel-por-panel.w-node-e77ee446-8735-4a88-d25d-4d8eba830ed0-1e436e1d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e77ee446-8735-4a88-d25d-4d8eba830ed8-1e436e1d {
  grid-area: 1 / 9 / 2 / 13;
}

#Crecimiento-modular.w-node-e77ee446-8735-4a88-d25d-4d8eba830ed9-1e436e1d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e77ee446-8735-4a88-d25d-4d8eba830ee3-1e436e1d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e77ee446-8735-4a88-d25d-4d8eba830eeb-1e436e1d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9aec0230-0f96-8c6b-f79f-63b4567e9616-1e436e1d, #w-node-_80fd050e-b753-8c66-345e-1e7c0e3f6ae4-1e436e1d, #w-node-cc246ea0-c6cc-18ce-cb1f-c1755c9cf3b9-1e436e1d, #w-node-_00116e30-5682-b06b-dcf2-5cdfb95477d3-1e436e1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-1e436e1d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-1e436e1d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-1e436e1d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-1e436e1d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-1e436e1d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-1e436e1d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f092d-1e436e1d {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f0930-1e436e1d {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2777-99436e20, #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2779-99436e20, #w-node-_506a6897-2366-19a8-4b00-d89dc886a7a6-99436e20, #w-node-_8908ad67-2cb4-ca31-51eb-2675217baaa7-99436e20, #w-node-_57f161ea-d211-0128-b049-836c135a658b-99436e20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ae38e48-5878-1d51-8b2b-43a418559cb0-99436e20, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559cb9-99436e20, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559cc2-99436e20, #w-node-_9ae38e48-5878-1d51-8b2b-43a418559ccb-99436e20 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-99436e20 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-99436e20 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-99436e20 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-99436e20 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-99436e20 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-99436e20 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0a471936-3f02-7280-b412-9e5623027f99-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-2a436e37 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab141-08436e3e {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab143-08436e3e {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab145-08436e3e {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab147-08436e3e {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab149-08436e3e {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14c-08436e3e {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14e-08436e3e {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab150-08436e3e {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab152-08436e3e {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_44c66a04-ef42-1bb6-f123-3a02626ab154-08436e3e {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_4168a447-18a8-5d98-684d-5eabf6880184-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4168a447-18a8-5d98-684d-5eabf6880190-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f515-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f521-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d3e1513d-b306-9e23-a047-b6615113b1fb-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-d3e1513d-b306-9e23-a047-b6615113b207-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f170-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f17c-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d1d-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d29-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_507b8c23-388e-6f1b-e4e4-0604844bd119-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_507b8c23-388e-6f1b-e4e4-0604844bd125-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a963f7-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a96403-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fbe-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fca-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_40ea3107-e7e8-84a7-ae82-e65418028a6e-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_40ea3107-e7e8-84a7-ae82-e65418028a78-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_98036923-b965-081d-0e43-4c3ecbb8a638-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_98036923-b965-081d-0e43-4c3ecbb8a642-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8b5-08436e3e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8bf-08436e3e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0a471936-3f02-7280-b412-9e5623027f99-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-70436e40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-f0436e56 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-f0436e56 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-f0436e56 {
  grid-area: 1 / 6 / 7 / 13;
  align-self: start;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef0-f0436e56 {
  grid-area: 1 / 2 / 4 / 5;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef2-f0436e56 {
  grid-area: 2 / 4 / 5 / 7;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef4-f0436e56 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef6-f0436e56 {
  grid-area: 3 / 1 / 5 / 3;
  align-self: auto;
  justify-self: center;
}

#w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-f0436e56, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-f0436e56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2de45ec2-37a1-6ffa-008f-2c4c6901fe61-f0436e56, #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-f0436e56, #w-node-_1a3e48d3-d506-e509-5372-c7268d24b640-f0436e56, #w-node-_0bcdde35-5a0a-f78c-d1c4-fd310af2109e-f0436e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2bd5325-a360-5b65-40e4-2ff1ab23f4fd-f0436e56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-f0436e56, #w-node-_7db088ec-6da8-c7a4-61b3-e9778bbe998a-f0436e56, #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-f0436e56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-f0436e56, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-f0436e56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e17c1063-cad6-a63a-21af-e726b212b2cf-a58ce580, #w-node-_3f55cf4a-4915-060a-30c0-4334d68633c7-708380d2 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-97436dc3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2de45ec2-37a1-6ffa-008f-2c4c6901fe61-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-97436dc3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1a3e48d3-d506-e509-5372-c7268d24b640-97436dc3, #w-node-_0bcdde35-5a0a-f78c-d1c4-fd310af2109e-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-97436dc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-97436dc3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-f0436e56 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2de45ec2-37a1-6ffa-008f-2c4c6901fe61-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-f0436e56 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1a3e48d3-d506-e509-5372-c7268d24b640-f0436e56, #w-node-_0bcdde35-5a0a-f78c-d1c4-fd310af2109e-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-f0436e56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-f0436e56 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4168a447-18a8-5d98-684d-5eabf6880184-72436dc0 {
    grid-column-end: 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_4168a447-18a8-5d98-684d-5eabf6880190-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f515-72436dc0 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f521-72436dc0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d3e1513d-b306-9e23-a047-b6615113b1fb-72436dc0 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-d3e1513d-b306-9e23-a047-b6615113b207-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f170-72436dc0 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f17c-72436dc0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d1d-72436dc0 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d29-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_507b8c23-388e-6f1b-e4e4-0604844bd119-72436dc0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_507b8c23-388e-6f1b-e4e4-0604844bd125-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a963f7-72436dc0 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a96403-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fbe-72436dc0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fca-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_40ea3107-e7e8-84a7-ae82-e65418028a6e-72436dc0 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_40ea3107-e7e8-84a7-ae82-e65418028a78-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_98036923-b965-081d-0e43-4c3ecbb8a638-72436dc0 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_98036923-b965-081d-0e43-4c3ecbb8a642-72436dc0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8b5-72436dc0 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8bf-72436dc0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8c5bf90-9330-921f-e55f-17f92b4c1c7d-84436dc1, #w-node-c8c5bf90-9330-921f-e55f-17f92b4c1c92-84436dc1 {
    align-self: auto;
  }

  #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439685-84436dc1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439687-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439689-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968b-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968d-84436dc1, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968f-84436dc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff836384d-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff8363852-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f98-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5771345-5da6-b841-537f-9ef8e0ad2466-84436dc1 {
    grid-column-end: 3;
  }

  #w-node-f5771345-5da6-b841-537f-9ef8e0ad2469-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-97436dc3 {
    grid-column: 2 / 3;
    grid-row-end: 4;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-97436dc3 {
    grid-column-end: 3;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-97436dc3 {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-_59c91a80-4371-f863-28fa-e2b5db0f0192-db0f013e {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-_33ee8e35-02a0-7242-646e-ae77949da743-60436dcb {
    grid-column-end: 3;
  }

  #w-node-_33ee8e35-02a0-7242-646e-ae77949da746-60436dcb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372ac-6df372ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b2-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b8-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372be-6df372ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17bf2cda-971f-8021-e098-84c1c0cb830e-89436dcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8314-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb831a-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8320-89436dcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33ee8e35-02a0-7242-646e-ae77949da743-89436dcd {
    grid-column-end: 3;
  }

  #w-node-_33ee8e35-02a0-7242-646e-ae77949da746-89436dcd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f5d-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f63-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f69-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f6f-eea09f5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e51e-6f436dd5 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e520-6f436dd5 {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e528-6f436dd5 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: center;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e55b-6f436dd5 {
    grid-area: 3 / 2 / 7 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-e169e58b-37bb-85f5-c8a1-52119364c843-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-d4436dd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-d4436dd6 {
    grid-column-end: 3;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0d-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d08-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0a-d4436dd6, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0c-d4436dd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fa-d4436dd6 {
    grid-column-end: 3;
  }

  #w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fd-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e169e58b-37bb-85f5-c8a1-52119364c843-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-a4436dd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-a4436dd7 {
    grid-column-end: 3;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0d-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d08-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0a-a4436dd7, #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d0c-a4436dd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fa-a4436dd7 {
    grid-column-end: 3;
  }

  #w-node-d1c329f5-cf53-97d8-5f2c-dafd640364fd-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8c5bf90-9330-921f-e55f-17f92b4c1c7d-6a436dda, #w-node-c8c5bf90-9330-921f-e55f-17f92b4c1c92-6a436dda {
    align-self: auto;
  }

  #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439685-6a436dda {
    grid-column: span 1 / span 1;
  }

  #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439687-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa1439689-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968b-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968d-6a436dda, #w-node-_91e72399-e0f7-252d-f90a-e6bfa143968f-6a436dda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff836384d-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff8363852-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f98-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bc8daf4d-e72d-806a-d9ad-a1ee76909a1b-6a436dda {
    grid-column-end: 3;
  }

  #w-node-bc8daf4d-e72d-806a-d9ad-a1ee76909a1e-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2777-13436de1, #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2779-13436de1, #w-node-_506a6897-2366-19a8-4b00-d89dc886a7a6-13436de1, #w-node-_8908ad67-2cb4-ca31-51eb-2675217baaa7-13436de1, #w-node-_57f161ea-d211-0128-b049-836c135a658b-13436de1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_80fd050e-b753-8c66-345e-1e7c0e3f6ae4-29436dfd, #w-node-cc246ea0-c6cc-18ce-cb1f-c1755c9cf3b9-29436dfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f092d-29436dfd {
    grid-column-end: 3;
  }

  #w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f0930-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab1-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab7-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554abd-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ac3-b0554ab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b3-e0436e1b {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b5-e0436e1b {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205bd-e0436e1b {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: center;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205f0-e0436e1b {
    grid-area: 3 / 2 / 7 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_80fd050e-b753-8c66-345e-1e7c0e3f6ae4-1e436e1d, #w-node-cc246ea0-c6cc-18ce-cb1f-c1755c9cf3b9-1e436e1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f092d-1e436e1d {
    grid-column-end: 3;
  }

  #w-node-_3d1d9d7d-7cd7-16f1-7cd8-395dc32f0930-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2777-99436e20, #w-node-e51bc5d9-4798-e8fa-abc2-a441d5ec2779-99436e20, #w-node-_506a6897-2366-19a8-4b00-d89dc886a7a6-99436e20, #w-node-_8908ad67-2cb4-ca31-51eb-2675217baaa7-99436e20, #w-node-_57f161ea-d211-0128-b049-836c135a658b-99436e20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a471936-3f02-7280-b412-9e5623027f99-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-2a436e37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4168a447-18a8-5d98-684d-5eabf6880184-08436e3e {
    grid-column-end: 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_4168a447-18a8-5d98-684d-5eabf6880190-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f515-08436e3e {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_0a0472a6-e843-94a3-2e21-38ad31a4f521-08436e3e {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d3e1513d-b306-9e23-a047-b6615113b1fb-08436e3e {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-d3e1513d-b306-9e23-a047-b6615113b207-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f170-08436e3e {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-d1bf560f-73af-9fb5-59e7-2d5d6ad0f17c-08436e3e {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d1d-08436e3e {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-f0bf4b06-5b16-1902-76fd-8f7116ad0d29-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_507b8c23-388e-6f1b-e4e4-0604844bd119-08436e3e {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_507b8c23-388e-6f1b-e4e4-0604844bd125-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a963f7-08436e3e {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_02709c83-cc6b-eeee-0fc4-d7ff55a96403-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fbe-08436e3e {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_3baa1cdb-0c0c-4f3f-2e2d-4db2ede15fca-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_40ea3107-e7e8-84a7-ae82-e65418028a6e-08436e3e {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_40ea3107-e7e8-84a7-ae82-e65418028a78-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_98036923-b965-081d-0e43-4c3ecbb8a638-08436e3e {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_98036923-b965-081d-0e43-4c3ecbb8a642-08436e3e {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8b5-08436e3e {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_79d94388-3c55-a09d-820f-f2bcb62eb8bf-08436e3e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0a471936-3f02-7280-b412-9e5623027f99-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-70436e40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-f0436e56 {
    grid-column: 2 / 3;
    grid-row-end: 4;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-f0436e56 {
    grid-column-end: 3;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-f0436e56 {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-e17c1063-cad6-a63a-21af-e726b212b30e-a58ce580, #w-node-_3f55cf4a-4915-060a-30c0-4334d6863406-708380d2 {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-97436dc3, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-97436dc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-97436dc3, #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-97436dc3, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-97436dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59c91a80-4371-f863-28fa-e2b5db0f0141-db0f013e {
    justify-self: start;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e55b-6f436dd5, #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205f0-e0436e1b {
    grid-column: 1 / 4;
  }

  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-f0436e56, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0a8c339-8470-52a9-e6bf-1282e9637572-f0436e56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-f0436e56, #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-f0436e56, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-f0436e56 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e17c1063-cad6-a63a-21af-e726b212b2cd-a58ce580, #w-node-_3f55cf4a-4915-060a-30c0-4334d68633c5-708380d2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab143-72436dc0 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab145-72436dc0 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab147-72436dc0 {
    grid-column: 4 / 5;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14e-72436dc0 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab150-72436dc0 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab152-72436dc0 {
    grid-column: 4 / 5;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff836384d-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff8363852-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-84436dc1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f98-84436dc1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-97436dc3 {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-97436dc3 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-97436dc3 {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef4-97436dc3 {
    grid-column-start: 2;
  }

  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-97436dc3, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-97436dc3, #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-97436dc3, #w-node-e2bd5325-a360-5b65-40e4-2ff1ab23f4fd-97436dc3, #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-97436dc3, #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-97436dc3, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-97436dc3, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372ac-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b2-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372b8-6df372ab, #w-node-_6a9568de-98f3-3b99-370d-b8ee6df372be-6df372ab, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb830e-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8314-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb831a-89436dcd, #w-node-_17bf2cda-971f-8021-e098-84c1c0cb8320-89436dcd, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f5d-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f63-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f69-eea09f5c, #w-node-a2d203bc-ae02-5583-964e-dd4ceea09f6f-eea09f5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e51e-6f436dd5, #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e520-6f436dd5 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e528-6f436dd5 {
    grid-column: 1 / 4;
    grid-row-start: 1;
    align-self: end;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e52e-6f436dd5, #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e53a-6f436dd5, #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e547-6f436dd5, #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e553-6f436dd5 {
    justify-self: stretch;
  }

  #w-node-_6e57e6d4-5d64-1129-ed6b-46c3b375e55b-6f436dd5 {
    grid-area: 3 / 1 / 7 / 4;
    align-self: start;
  }

  #w-node-e169e58b-37bb-85f5-c8a1-52119364c843-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-d4436dd6, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-d4436dd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-d4436dd6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-d4436dd6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e169e58b-37bb-85f5-c8a1-52119364c843-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c849-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c84f-a4436dd7, #w-node-e169e58b-37bb-85f5-c8a1-52119364c855-a4436dd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d946988-1b75-27d3-f2d1-f154339d4d0b-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d35-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d41-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d25-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d31-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5e4-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9fa0d5c-f834-2211-3254-42d6a1dbd5f0-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d45-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7d8d9e01-ff1c-0bd8-32b3-7f03af8a9d51-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc146f-a4436dd7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_761c76af-9159-fdc3-e2a5-210cd5bc147b-a4436dd7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff836384d-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39dd71d9-b463-deda-1dca-514ff8363852-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f8f-6a436dda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3814312d-f93d-8fb0-e132-03063b254f98-6a436dda {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-13436de1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-13436de1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5dfa6894-a928-2411-8511-c09307d266ca-29436dfd {
    justify-self: center;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-29436dfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-29436dfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab1-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ab7-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554abd-b0554ab0, #w-node-_2763469f-46fe-1a65-5dfb-b4f1b0554ac3-b0554ab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b3-e0436e1b, #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205b5-e0436e1b {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205bd-e0436e1b {
    grid-column: 1 / 4;
    grid-row-start: 1;
    align-self: end;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205c3-e0436e1b, #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205cf-e0436e1b, #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205dc-e0436e1b, #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205e8-e0436e1b {
    justify-self: stretch;
  }

  #w-node-e8d3397f-4ec8-57ab-9c53-4659e1d205f0-e0436e1b {
    grid-area: 3 / 1 / 7 / 4;
    align-self: start;
  }

  #w-node-_5dfa6894-a928-2411-8511-c09307d266ca-1e436e1d {
    justify-self: center;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7720-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e772c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7730-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e773c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e7740-1e436e1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0611e08c-51fe-dcc3-955a-d0b6df0e774c-1e436e1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d059-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e4961c2-75d9-07c4-8927-6fde6900d05e-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75ca-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c8df70-ed4f-4685-cf67-c85d5f4f75cf-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac617-99436e20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020c7a67-a6bd-394d-6430-e251d1aac61c-99436e20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a471936-3f02-7280-b412-9e5623027f99-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-2a436e37, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-2a436e37, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-2a436e37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab143-08436e3e {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab145-08436e3e {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab147-08436e3e {
    grid-column: 4 / 5;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab14e-08436e3e {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab150-08436e3e {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_44c66a04-ef42-1bb6-f123-3a02626ab152-08436e3e {
    grid-column: 4 / 5;
  }

  #w-node-_0a471936-3f02-7280-b412-9e5623027f99-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027f9f-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fa5-70436e40, #w-node-_0a471936-3f02-7280-b412-9e5623027fab-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f759-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f75f-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f765-70436e40, #w-node-db0c603f-e60d-8d60-b046-2e2059b5f76b-70436e40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee4-f0436e56 {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eee7-f0436e56 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eeee-f0436e56 {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-_22784219-e1f4-92b6-e988-67ab0cc5eef4-f0436e56 {
    grid-column-start: 2;
  }

  #w-node-dcc9849e-d7c0-4ba3-a638-4f6ecdd50158-f0436e56, #w-node-_30cd093a-a2ce-8564-8264-3f9f0c630253-f0436e56, #w-node-_46b3fb5e-8f16-4ab6-a44a-dc588a6b7470-f0436e56, #w-node-e2bd5325-a360-5b65-40e4-2ff1ab23f4fd-f0436e56, #w-node-_78c10a4f-5200-be1e-9a56-0c8fa9cde00e-f0436e56, #w-node-e74c3123-a9f9-27c6-da6c-089880c2bc47-f0436e56, #w-node-_819adbf3-1447-35f0-8c7b-73c789f088d6-f0436e56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


