.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  color: rgba(51, 51, 51, 0);
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section {
  width: 100%;
  background-color: #2b2b2b;
  color: #141414;
}

.container {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  border: 1px none #000;
  background-color: rgba(43, 43, 43, 0);
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  font-size: 11px;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-style: solid;
  color: #fff;
}

.nav-link-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  font-size: 11px;
  font-weight: 500;
}

.nav-link-2:hover {
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 3px;
  border-color: #a6cf5d;
}

.nav-link-2:active {
  color: #2b2b2b;
}

.nav-link-2.w--current {
  color: #2b2b2b;
}

.nav-link-2.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
}

.nav-link-2.home {
  color: #fff;
}

.nav-link-2.home:hover {
  display: block;
  margin-top: -3px;
}

.nav-link-2.open {
  color: #2b2b2b;
}

.heading {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6cf5d;
  font-size: 14px;
}

.heading.footer {
  margin-top: 15px;
  padding-left: 20px;
  color: #a6cf5d;
}

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

.heading-2 {
  margin-top: 20px;
  padding-left: 5px;
  color: #fff;
  font-size: 14px;
}

.heading-2.footer {
  margin-top: 15px;
}

.section-2 {
  width: 100%;
  height: 500px;
  margin-top: -60px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.container-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  width: 32%;
  margin-top: 30px;
  margin-right: 320px;
  margin-left: 320px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.button {
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.button.cofepris {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #a6cf5d;
  font-weight: 700;
  text-align: center;
}

.slide {
  position: relative;
  z-index: auto;
  height: 500px;
  margin-top: 0px;
  background-image: url('../images/JPG-02-Carrusel-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  color: rgba(51, 51, 51, 0);
}

.slide-nav {
  font-size: 6px;
}

.slider {
  height: 500px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #333;
}

.icon-2 {
  margin-left: 60px;
  font-size: 20px;
}

.icon-3 {
  margin-right: 60px;
  font-size: 20px;
}

.left-arrow {
  margin-top: 0px;
}

.right-arrow {
  margin-top: 0px;
}

.section-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 0px;
}

.slide-2 {
  background-image: url('../images/Web-1920-–-32x.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/JPG-01-Carrusel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-3 {
  display: block;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 300;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  width: 100%;
  height: 400px;
  margin-top: -100px;
  background-image: url('../images/JPG-04-Nosotros.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
}

.paragraph-2 {
  display: block;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.container-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  margin-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.dropdown-link {
  color: #fff;
}

.dropdown-list {
  background-color: hsla(0, 0%, 86.7%, 0.08);
}

.dropdown-list.w--open {
  border-top: 1px none #000;
  border-bottom: 4px none #000;
  background-color: rgba(43, 43, 43, 0.6);
}

.icon-5 {
  padding-right: 30px;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.text-block-2:hover {
  border-bottom: 1px none #000;
}

.dropdown-toggle-2 {
  color: transparent;
}

.dropdown-toggle-2.w--open {
  position: static;
  padding-right: 30px;
  padding-left: 20px;
  background-color: transparent;
  color: #fff;
}

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

.dropdown-link-2 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #2b2b2b;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.dropdown-link-2:hover {
  color: #a6cf5d;
  font-weight: 700;
}

.dropdown-link-2.w--current {
  border: 1px none #000;
  background-color: #2b2b2b;
  color: #fff;
}

.dropdown-link-2.w--current:hover {
  color: #a6cf5d;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #a7d15f;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.heading-4.contacto {
  margin-top: 80px;
  color: #fff;
}

.container-5 {
  margin-top: 0px;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.paragraph-3.cotizacion {
  color: #fff;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.paragraph-4.paneles-solares {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}

.paragraph-4.paneles-solares-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-align: center;
}

.paragraph-4.cotizacion {
  padding-top: 0px;
  padding-right: 0px;
  color: #fff;
  text-align: left;
}

.image {
  margin-top: 50px;
}

.image-2 {
  display: none;
}

.section-7 {
  width: 100%;
  height: 300px;
  background-image: url('../images/Productos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-6 {
  height: 400px;
}

.section-8 {
  display: block;
  width: 100%;
  height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Fondo-productos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: hsla(0, 0%, 100%, 0.9);
  color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.paragraph-5 {
  padding-top: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.column-5 {
  margin-top: 30px;
}

.column-6 {
  margin-top: 30px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-2 {
  height: 400px;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: hsla(0, 0%, 100%, 0);
}

.icon-6 {
  margin-top: 150px;
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
}

.container-7 {
  display: block;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
  color: #a6cf5d;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  color: #000;
}

.column-9 {
  margin-top: 0px;
}

.paragraph-4-copy {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.section-9 {
  display: none;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-3 {
  background-color: rgba(77, 52, 52, 0);
  color: #2b2b2b;
  font-size: 6px;
}

.section-10 {
  width: 100%;
  height: 80px;
  background-color: #2b2b2b;
}

.columns-6 {
  height: 80px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-15 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
}

.columns-7 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-17 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-8 {
  margin-top: 150px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: transparent;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-10 {
  color: #2b2b2b;
}

.home {
  color: #fff;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/PANELES-SOLARES_COVER.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

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

.paragraph-8 {
  margin-top: 40px;
}

.section-12 {
  width: 100%;
  margin-bottom: 60px;
}

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

.image-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column-21 {
  padding-right: 40px;
  padding-left: 40px;
}

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

.form-block {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.field-label.contacto {
  color: #2b2b2b;
}

.columns-9 {
  display: block;
  margin: 20px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  margin-top: 20px;
  margin-bottom: 30px;
}

.submit-button {
  display: inline-block;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #a6cf5d;
  font-family: Roboto, sans-serif;
}

.section-13 {
  display: block;
  width: 100%;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/vaporizador.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/vaporizador.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/vaporizador.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.paragraph-9 {
  margin-top: 30px;
  margin-right: 320px;
  margin-left: 320px;
  color: #fff;
  text-align: center;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Web-1920-–-32x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-7 {
  margin-top: 70px;
}

.columns-10 {
  margin-top: 30px;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.column-24 {
  padding-right: 150px;
}

.text-block-5 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.section18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
}

.section-18 {
  height: 60px;
  margin-top: -60px;
  background-color: #2b2b2b;
}

.section-19 {
  display: block;
  width: 100%;
  height: 650px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Contacto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-10 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.columns-11 {
  margin-top: 40px;
}

.slide-5 {
  background-image: url('../images/vaporizador.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-20 {
  width: 100%;
  padding: 5vh 5%;
}

.html-embed {
  width: 100%;
  padding: 5vh 5%;
}

.columns-12 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-27 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-28 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
  }
  .container {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 70.2%, 0.11);
  }
  .nav-link.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nav-link-2:hover {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    color: #9cc259;
    text-align: center;
  }
  .nav-link-2:active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link-2.dropdown {
    padding-bottom: 0px;
  }
  .icon {
    color: #fff;
  }
  .heading.footer {
    padding-left: 10px;
    font-size: 12px;
  }
  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2.footer {
    margin-top: 15px;
    font-size: 12px;
  }
  .section-2 {
    margin-top: 0px;
  }
  .nav-menu {
    display: block;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-button {
    margin-top: -70px;
  }
  .menu-button.w--open {
    background-color: rgba(12, 12, 12, 0.5);
  }
  .heading-3 {
    margin-top: 0px;
  }
  .container-2 {
    margin-top: 105px;
  }
  .text-block {
    margin-top: 30px;
    margin-right: 220px;
    margin-left: 220px;
  }
  .button {
    text-align: left;
  }
  .slide {
    margin-top: 0px;
  }
  .left-arrow {
    margin-top: 0px;
  }
  .right-arrow {
    margin-top: 0px;
  }
  .container-3 {
    margin-top: 150px;
  }
  .section-4 {
    margin-top: -90px;
  }
  .paragraph-2 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
  }
  .dropdown-toggle-2 {
    text-align: center;
  }
  .dropdown-toggle-2.w--open {
    background-color: transparent;
  }
  .dropdown-link-2 {
    background-color: #2b2b2b;
    text-align: center;
  }
  .dropdown-link-2:hover {
    background-color: #2b2b2b;
    color: #a6cf5d;
  }
  .heading-4.contacto {
    margin-top: 60px;
  }
  .section-6 {
    height: 400px;
  }
  .paragraph-4 {
    padding-right: 35px;
  }
  .paragraph-4.paneles-solares {
    padding-right: 0px;
  }
  .image-2 {
    display: none;
  }
  .section-7 {
    height: 300px;
  }
  .section-8 {
    height: 500px;
  }
  .dropdown-list-2.w--open {
    background-color: rgba(166, 207, 93, 0.58);
  }
  .paragraph-5 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .column-9 {
    margin-top: 0px;
  }
  .paragraph-4-copy {
    margin-top: 30px;
    padding-right: 35px;
    font-size: 12px;
  }
  .section-9 {
    display: none;
  }
  .slide-nav-3 {
    font-size: 6px;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: 300;
    text-align: right;
  }
  .icon-8 {
    padding-left: 40px;
  }
  .link-block-3 {
    margin-top: 5px;
  }
  .dropdown-2 {
    background-color: transparent;
  }
  .section-11 {
    margin-top: 0px;
    background-image: url('../images/PANELES-SOLARES_COVER.jpg');
    background-position: 50% 50%;
  }
  .heading-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-13 {
    height: 600px;
  }
  .section-14 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-15 {
    display: block;
  }
  .section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    text-align: left;
  }
  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-17 {
    margin-top: 0px;
  }
  .column-23 {
    padding-left: 80px;
  }
  .column-24 {
    padding-right: 80px;
  }
  .section18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b2b2b;
  }
  .section-19 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    display: block;
  }
  .nav-link {
    background-color: hsla(0, 0%, 70.2%, 0.11);
  }
  .nav-link-2:hover {
    color: #a6cf5d;
  }
  .nav-link-2.dropdown {
    padding-bottom: 0px;
  }
  .column-2 {
    display: none;
  }
  .column-3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4 {
    margin-top: -85px;
  }
  .section-2 {
    height: 500px;
    padding-top: 0px;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .heading-3 {
    margin-top: 0px;
  }
  .container-2 {
    margin-top: 100px;
  }
  .text-block {
    margin-top: 30px;
    margin-right: 130px;
    margin-left: 130px;
  }
  .button.cofepris {
    margin-right: 30px;
    margin-left: 30px;
  }
  .slide {
    margin-top: 0px;
  }
  .container-3 {
    margin-top: 0px;
  }
  .paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 30px;
  }
  .columns {
    padding-bottom: 0px;
  }
  .section-4 {
    margin-top: 0px;
  }
  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
  }
  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 50px;
  }
  .text-block-2 {
    margin-top: 0px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
  }
  .dropdown-toggle-2.w--open {
    background-color: transparent;
  }
  .dropdown-link-2 {
    background-color: #2b2b2b;
  }
  .dropdown-link-2:hover {
    color: #a6cf5d;
  }
  .heading-4 {
    margin-top: 30px;
  }
  .heading-4.contacto {
    margin-top: 60px;
  }
  .section-6 {
    height: 300px;
  }
  .paragraph-4 {
    padding-right: 50px;
    font-size: 10px;
    line-height: 16px;
  }
  .paragraph-4.paneles-solares {
    padding-left: 0px;
  }
  .paragraph-4.cotizacion {
    font-size: 12px;
    text-align: center;
  }
  .image-2 {
    display: none;
  }
  .section-7 {
    height: 450px;
  }
  .section-8 {
    display: none;
    height: 600px;
  }
  .dropdown-list-2.w--open {
    background-color: rgba(166, 207, 93, 0.58);
  }
  .column-7 {
    padding-left: 0px;
  }
  .paragraph-6 {
    text-align: left;
  }
  .paragraph-4-copy {
    margin-top: 20px;
    padding-right: 35px;
    font-size: 10px;
    line-height: 14px;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-9 {
    display: block;
    height: 480px;
    background-image: url('../images/Fondo-productos.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-8 {
    margin-top: 60px;
  }
  .lightbox-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .icon-7 {
    margin-top: 110px;
    margin-right: 15px;
    margin-left: 15px;
    font-family: Roboto, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 700;
  }
  .slider-3 {
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-10 {
    padding-left: 50px;
  }
  .slide-nav-2 {
    padding-top: 0px;
    font-size: 6px;
  }
  .section-10 {
    height: 350px;
    background-color: #2b2b2b;
  }
  .columns-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-16 {
    display: block;
  }
  .columns-7 {
    margin-top: 0px;
  }
  .icon-9 {
    margin-top: 110px;
    margin-right: 15px;
    margin-left: 45px;
    font-family: Roboto, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 700;
  }
  .column-18 {
    margin-top: 0px;
  }
  .section-11 {
    margin-top: 0px;
  }
  .container-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-8 {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-21 {
    padding-right: 0px;
    padding-left: 20px;
  }
  .container-11 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-13 {
    height: 600px;
  }
  .section-14 {
    display: block;
  }
  .column-22 {
    margin-top: 50px;
  }
  .column-23 {
    padding-left: 10px;
  }
  .text-block-4 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section18 {
    height: 1050px;
  }
  .section-19 {
    height: 800px;
    margin-top: 0px;
  }
  .paragraph-10 {
    margin-bottom: 40px;
    text-align: center;
  }
  .container-13 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-26 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    border: 1px none #000;
    background-color: hsla(0, 0%, 70%, 0.11);
  }
  .nav-link-2:hover {
    color: #a6cf5d;
  }
  .nav-link-2.dropdown {
    padding-bottom: 0px;
  }
  .heading {
    padding-left: 0px;
    font-size: 14px;
  }
  .heading-2 {
    font-size: 14px;
  }
  .column-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-2 {
    margin-top: 0px;
  }
  .nav-menu {
    display: block;
    margin-top: 0px;
  }
  .menu-button {
    margin-top: -80px;
  }
  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide {
    margin-top: 0px;
    background-position: 0% 0%;
    background-size: 960px;
  }
  .slider {
    margin-top: 0px;
  }
  .icon-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .icon-3 {
    margin-right: 10px;
    font-size: 14px;
  }
  .slide-2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .slide-3 {
    background-position: 100% 50%;
  }
  .container-3 {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .columns {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-4 {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-top: 360px;
  }
  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-4 {
    display: block;
  }
  .text-block-2 {
    font-size: 10px;
    line-height: 12px;
  }
  .dropdown-toggle-2.w--open {
    background-color: rgba(34, 34, 34, 0);
  }
  .dropdown-link-2 {
    background-color: #2b2b2b;
  }
  .dropdown-link-2:hover {
    background-color: #2b2b2b;
    color: #a6cf5d;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-6 {
    height: 450px;
  }
  .paragraph-4 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .paragraph-4.paneles-solares {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .paragraph-4.paneles-solares-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-4.cotizacion {
    padding-left: 0px;
  }
  .image {
    display: none;
  }
  .image-2 {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .section-7 {
    height: 600px;
  }
  .container-6 {
    margin-top: 40px;
  }
  .dropdown-list-2.w--open {
    background-color: rgba(78, 109, 24, 0.95);
  }
  .paragraph-5 {
    padding-top: 20px;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-6 {
    margin-top: 20px;
  }
  .paragraph-4-copy {
    margin-top: 5px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .section-9 {
    height: 650px;
  }
  .slide-4 {
    height: 500px;
  }
  .icon-7 {
    margin-top: 110px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .slider-3 {
    height: 500px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav-2 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Roboto, sans-serif;
    color: #1b1b1b;
    font-size: 6px;
    font-weight: 300;
  }
  .mask {
    height: 500px;
  }
  .section-10 {
    height: 340px;
  }
  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    text-align: center;
  }
  .columns-7 {
    margin-top: 0px;
  }
  .icon-9 {
    margin-top: 110px;
    margin-right: 15px;
    margin-left: 45px;
  }
  .column-18 {
    margin-top: 0px;
  }
  .dropdown-2 {
    background-color: transparent;
  }
  .column-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-4 {
    margin-top: 10px;
  }
  .column-20 {
    margin-top: 45px;
  }
  .section-11 {
    margin-top: 0px;
  }
  .heading-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-21 {
    margin-top: 10px;
    padding-right: 20px;
  }
  .container-11 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-13 {
    height: 600px;
  }
  .container-12 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-7 {
    margin-top: 20px;
  }
  .text-block-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-19 {
    height: 800px;
    margin-top: 0px;
  }
  .paragraph-10 {
    margin-bottom: 40px;
    text-align: center;
  }
  .container-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-26 {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}