h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #07212c;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

a {
  font-family: 'Work Sans', sans-serif;
  color: #46c0b8;
  font-size: 16px;
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -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: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(7, 33, 44, 0)), to(#02161f)), url('../images/coverHeader.jpg');
  background-image: linear-gradient(180deg, rgba(7, 33, 44, 0) 12%, #02161f), url('../images/coverHeader.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001c27), to(rgba(7, 33, 44, 0)));
  background-image: linear-gradient(180deg, #001c27, rgba(7, 33, 44, 0));
}

.nav-menu {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-shadow: 0 1px 0 #000;
}

.nav-link:hover {
  color: #46c0b8;
}

.nav-link.w--current {
  margin-right: 20px;
  border: 2px solid #46c0b8;
  border-radius: 8px;
  box-shadow: 0 1px 0 0 #000;
  color: #46c0b8;
  font-weight: 700;
  text-shadow: 0 1px 0 #000;
}

.nav-link.navgeneral {
  padding: 2px 20px;
  color: #07212c;
  font-size: 14px;
  font-weight: 500;
  text-shadow: none;
}

.nav-link.navgeneral:hover {
  color: #46c0b8;
}

.nav-link.navgeneral.w--current {
  margin-right: 0px;
  padding-top: 2px;
  border-width: 2px;
  border-color: #aadfe1;
  box-shadow: none;
  text-shadow: none;
}

.section {
  position: relative;
  z-index: 3;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #07212c;
  background-image: url('../images/wata.jpg');
  background-position: 50% 100%;
  background-size: cover;
  color: #fff;
}

.section.sec2 {
  z-index: 2;
  height: auto;
  padding-top: 200px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #000), color-stop(93%, transparent));
  background-image: linear-gradient(180deg, #000 52%, transparent 93%);
  color: #fff;
}

.section.sec3 {
  z-index: 1;
  height: auto;
  padding-top: 120px;
  padding-bottom: 240px;
  background-color: #46c0b8;
  background-image: none;
  color: #fff;
}

.contact {
  position: relative;
  padding-top: 80px;
  background-color: #c2ebed;
}

.text-field {
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #07212c;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #c9c9c9;
}

.text-field:-ms-input-placeholder {
  color: #c9c9c9;
}

.text-field::-ms-input-placeholder {
  color: #c9c9c9;
}

.text-field::placeholder {
  color: #c9c9c9;
}

.div-block {
  height: 95vh;
}

.blanco {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
}

.div-block-2 {
  position: relative;
  z-index: 2;
  width: 400px;
}

.div-block-2.center {
  width: 50%;
  float: right;
  text-align: center;
}

.image-3 {
  position: absolute;
  right: 0px;
  bottom: -5%;
  width: 60%;
}

.button {
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  border: 1px solid #46c0b8;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 600ms ease, color 600ms ease;
  transition: background-color 600ms ease, color 600ms ease;
  font-family: Montserrat, sans-serif;
  color: #46c0b8;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #46c0b8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  color: #07212c;
}

.button.margentop {
  width: auto;
  margin-top: 40px;
}

.button.submit {
  margin-top: 40px;
  border-color: #07212c;
  -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  color: #07212c;
}

.button.submit:hover {
  border-style: solid;
  border-color: #07212c;
  background-color: #07212c;
  color: #46c0b8;
}

.button.cen {
  float: none;
  border-color: #fff;
  color: #fff;
}

.button.cen:hover {
  border-color: #46c0b8;
  color: #07212c;
}

.button.cenazulosc {
  float: none;
  border-color: #07212c;
  background-color: transparent;
  color: #07212c;
}

.button.cenazulosc:hover {
  border-color: #07212c;
  background-color: #07212c;
  color: #46c0b8;
}

.containery {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contenedor1 {
  position: static;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

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

.image-5 {
  position: relative;
  left: -20%;
  bottom: -40px;
  height: 300px;
  float: none;
}

.div-block-5 {
  position: absolute;
  left: 0px;
  bottom: -40px;
  height: 300px;
}

.navbargeneral {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
}

.logonav {
  height: 40px;
}

.section-2 {
  height: auto;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #07212c;
  color: #fff;
}

.titulospaginas {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

.titulospaginas.titulotechnologies {
  margin-bottom: 10px;
}

.section_blanca {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_blanca.sinpaddingarriba {
  padding-top: 0px;
  padding-bottom: 520px;
}

.section_blanca.currentsituation {
  overflow: hidden;
  height: 800px;
  padding-top: 0px;
  padding-bottom: 0px;
}

._50porciento {
  width: 50%;
}

.image-6 {
  position: absolute;
  top: -20%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 140%;
}

.titulos {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #46c0b8;
  font-size: 68px;
  line-height: 80px;
  font-weight: 300;
  text-transform: uppercase;
}

.titulos.peque {
  font-size: 30px;
  line-height: 30px;
}

.flex2080 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-6 {
  position: relative;
  width: 50%;
  padding: 80px;
  background-color: #46c0b8;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-7 {
  width: 40%;
}

.div-block-8 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  height: 80%;
  background-image: url('../images/BarcoB.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.titulosbold {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #46c0b8;
  font-size: 68px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}

.titulosbold.tituloheader {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.titulosbold.tituloheadertechnologies {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #46c0b8;
  font-size: 40px;
  line-height: 40px;
}

.colorclaro {
  color: #aadfe1;
  font-weight: 400;
}

.imagenpeces {
  position: absolute;
  top: -10%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 50%;
}

.sectiontabs {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.div-block-11 {
  position: absolute;
  width: 40%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #aadfe1;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  width: 50%;
  float: right;
}

.imagenremora {
  position: absolute;
  right: -10%;
  bottom: -10%;
  height: 90%;
  border-radius: 10px;
}

.imagenremora.platform {
  top: -40px;
  right: -10%;
  bottom: auto;
  display: inline-block;
  height: 80%;
}

.divfototeam {
  position: static;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background-color: #aadfe1;
}

.div-block-6-copy {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  background-color: #aadfe1;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-weight: 400;
}

.image-8 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 140%;
}

.paragraph-3 {
  max-width: 520px;
  color: #07212c;
  font-size: 20px;
  line-height: 40px;
}

._50porcientocontext {
  width: 50%;
}

.sectionfromseatoplate {
  position: relative;
  z-index: 3;
  height: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #07212c;
  background-image: url('../images/Tela.jpg');
  background-position: 0px 0px;
  background-size: 960px;
  color: #fff;
}

._50porcientoto100 {
  width: 50%;
}

.nav-menugeneral {
  position: static;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

.div-block-14 {
  position: relative;
  z-index: 30;
  width: 50%;
  max-width: 680px;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

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

.div-block-15 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  cursor: pointer;
}

.image-9 {
  height: 14px;
}

.blanco-copy {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.text-span-2 {
  font-weight: 600;
}

.div-block-16 {
  position: relative;
  background-color: rgba(70, 192, 184, 0);
}

.slider {
  top: -120px;
  z-index: 2;
  overflow: hidden;
  height: 600px;
  border-radius: 20px;
  box-shadow: 0 8px 27px -6px #000;
}

.div-block-17 {
  height: 100%;
  background-image: url('../images/home1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17._2slide {
  background-image: url('../images/home2_1.jpg');
}

.div-block-17._3slide {
  background-image: url('../images/FotoCabuya.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-4 {
  font-size: 18px;
  font-weight: 400;
}

.sectionmarhome {
  position: relative;
  z-index: 3;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #07212c;
  background-image: url('../images/wata.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.dropdown {
  position: relative;
  height: 60px;
}

.dropdownmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdownoptions {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 400px;
}

.image-10 {
  height: 60px;
  margin-right: 20px;
}

.linksdrop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.linksdrop:hover {
  border-color: #46c0b8;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  color: #46c0b8;
}

.linksdrop.w--current {
  color: #46c0b8;
}

.div-block-18 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #46c0b8;
}

.text-block-3 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #07212c;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.headertechnologies {
  height: auto;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #07212c;
  color: #fff;
}

.technologiesmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  color: #c9c9c9;
  text-decoration: none;
}

.technologiesmenu:hover {
  border-color: #46c0b8;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  color: #46c0b8;
}

.image-11 {
  width: 400px;
  height: auto;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 40px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21 {
  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-block-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.paragraph-5 {
  color: #000;
}

.slidertech {
  position: relative;
  overflow: hidden;
  height: 800px;
  margin-top: 80px;
  border-radius: 20px;
}

.slidestech {
  height: 100%;
  background-image: url('../images/ScaleSlide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidestech._2slide {
  background-image: url('../images/ScaleSlide1.jpg');
}

.slidestech._3slide {
  background-image: url('../images/ScaleSlide3.jpg');
}

.slidestech._1slideremora {
  background-image: url('../images/Slides1Remora.jpg');
}

.slidestech._2slideremora {
  background-image: url('../images/Slides2Remora.jpg');
}

.slidestech._1slideapp {
  background-image: url('../images/SlideRemora.jpg');
}

.slidestech._2slideapp {
  background-image: url('../images/SlideRemora.jpg');
}

.slidestech._2slideapp {
  background-image: url('../images/SlidePlato2.jpg');
}

.slidestech._3slideapp {
  background-image: url('../images/SlidePlato3.jpg');
}

.sectiontechnologie {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide-nav {
  right: 20px;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.2;
}

.imagenapp {
  position: absolute;
  right: 5%;
  bottom: -10%;
  height: 120%;
}

.headertechnologiesisotipo {
  height: auto;
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #07212c;
  background-image: url('../images/Isotipo.png');
  background-position: 104% 27%;
  background-size: auto 420px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.div-block-22 {
  margin-top: 60px;
  padding-top: 80px;
  background-color: #07212c;
  background-image: url('../images/IsotipoDecor2.svg');
  background-position: 100% -54%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.image-12 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-block-23 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px 40px 20px;
  font-family: Montserrat, sans-serif;
  color: #aadfe1;
  text-align: center;
}

.galeria {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.lightboxlink {
  width: 260px;
  height: 173px;
  margin-bottom: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-image: url('../images/home1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightboxlink:hover {
  border: 1px solid #46c0b8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.lightboxlink._2 {
  background-image: url('../images/home2.jpg');
  background-size: cover;
}

.lightboxlink._3 {
  background-image: url('../images/GaleryCabuya.jpg'), url('../images/home1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.lightboxlink._4 {
  background-image: url('../images/gallery_0000_p1.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._5 {
  background-image: url('../images/gallery_0003_p12.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._6 {
  background-image: url('../images/gallery_0001_p10.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._7 {
  background-image: url('../images/gallery_0004_p2.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._8 {
  background-image: url('../images/gallery_0002_p11.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._9 {
  background-image: url('../images/gallery_0007_p5.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._10 {
  background-image: url('../images/gallery_0005_p3.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._11 {
  background-image: url('../images/gallery_0006_p4.png.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.lightboxlink._12 {
  background-image: url('../images/Hotsi.jpeg');
  background-size: cover;
  background-attachment: scroll;
}

.divgaleria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: transparent;
}

.image-13 {
  margin-top: 80px;
  border-radius: 10px;
}

.div-block-12-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11-copy {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40%;
  height: 100%;
  border-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #aadfe1;
}

.div-block-13-copy {
  width: 50%;
  float: left;
}

.imagenapp2 {
  position: absolute;
  left: 5%;
  bottom: -10%;
  height: 120%;
}

._50porcientoto100-verde {
  width: 50%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #46c0b8;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.imagenabout {
  position: absolute;
  left: -10%;
  top: -10%;
  height: 90%;
  border-radius: 10px;
}

.aboutsections {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectionstechnologies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headingfooter {
  margin-bottom: 80px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.field-label {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.field-label.first {
  margin-top: 0px;
}

.heading-4 {
  color: #46c0b8;
}

.section_pilot {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.form-block {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-24 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sectionaboutus {
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
}

.div-block-16-copy {
  position: relative;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #46c0b8;
}

.imagenteam {
  position: relative;
  top: -80px;
  margin-top: 0px;
  border-radius: 10px;
}

.paragraph-7 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.backgound {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background-color: rgba(70, 192, 184, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#07212c), color-stop(40%, rgba(7, 33, 44, 0))), url('../images/coverHeader.jpg');
  background-image: linear-gradient(0deg, #07212c, rgba(7, 33, 44, 0) 40%), url('../images/coverHeader.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fotopilot {
  position: relative;
  height: 120vh;
  background-image: url('../images/FotoCabuya.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  opacity: 0.2;
}

.right-arrow {
  opacity: 0.2;
}

.azul {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #07212c;
  font-size: 44px;
  line-height: 54px;
  font-weight: 300;
  text-transform: uppercase;
}

.textoazul {
  color: #07212c;
}

.div-block-2-copy {
  position: relative;
  z-index: 2;
  width: 30%;
}

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

.image-15 {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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;
}

@media screen and (max-width: 991px) {
  .header {
    height: 400px;
  }

  .image {
    height: 50px;
  }

  .navbar {
    display: block;
    height: 100px;
    max-height: 100px;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    background-color: #46c0b8;
  }

  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
    text-shadow: none;
  }

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

  .nav-link.w--current {
    border-color: #07212c;
    box-shadow: none;
    color: #07212c;
    text-shadow: none;
  }

  .nav-link.navgeneral:hover {
    color: #07212c;
  }

  .nav-link.navgeneral.w--current {
    border-style: solid;
    border-color: #07212c;
  }

  .nav-link.navgeneral.w--current:hover {
    color: #07212c;
  }

  .section.sec2 {
    padding-bottom: 400px;
  }

  .div-block {
    height: 400px;
  }

  .blanco {
    font-size: 38px;
    line-height: 48px;
  }

  .div-block-2.center {
    width: 80%;
  }

  .image-3 {
    position: absolute;
    width: 80%;
  }

  .containery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contenedor1 {
    max-width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }

  .image-5 {
    height: 200px;
  }

  .div-block-5 {
    height: 200px;
  }

  .navbargeneral {
    z-index: 1000;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section_blanca.sinpaddingarriba {
    padding-bottom: 480px;
  }

  .section_blanca.currentsituation {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #aadfe1;
  }

  .image-6 {
    width: 50%;
    height: auto;
  }

  .titulos {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-6 {
    width: 80%;
    padding: 40px 20px;
  }

  .div-block-7 {
    width: 50%;
  }

  .div-block-8 {
    bottom: 120px;
    width: 80%;
    height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .titulosbold.tituloheader {
    font-size: 40px;
    line-height: 50px;
  }

  .imagenpeces {
    width: 60%;
    height: auto;
  }

  .div-block-11 {
    height: 200px;
  }

  .imagenremora {
    height: auto;
  }

  .divfototeam {
    height: 400px;
    background-attachment: scroll;
  }

  .div-block-6-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    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;
  }

  .image-8 {
    height: 50%;
  }

  .paragraph-3 {
    max-width: auto;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 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: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .textmenubutton {
    letter-spacing: 2px;
  }

  .menubuttonnavgeneral {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 0px;
    -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: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .nav-menugeneral {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    background-color: #46c0b8;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-16 {
    background-color: #07212c;
  }

  .slider {
    height: 400px;
    box-shadow: none;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .slidertech {
    height: 400px;
  }

  .slide-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .imagenapp {
    top: -50%;
    right: 5%;
    bottom: -10%;
    height: 200%;
  }

  .headertechnologiesisotipo {
    background-image: none;
  }

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

  .div-block-11-copy {
    height: 200px;
  }

  .imagenapp2 {
    top: -50%;
    right: 5%;
    bottom: -10%;
    height: 200%;
  }

  .imagenabout {
    height: auto;
  }

  .aboutsections {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sectionstechnologies.cel2 {
    margin-bottom: 160px;
  }

  .headingfooter {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .container-col {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
  }

  .form-block {
    width: auto;
    margin-top: 40px;
  }

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

  .azul {
    font-size: 38px;
    line-height: 48px;
  }

  .div-block-2-copy {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
    height: 400px;
    background-position: 0px 0px, 50% 50%;
  }

  .navbar {
    padding-left: 20px;
  }

  .section.sec2 {
    padding-top: 140px;
    padding-bottom: 280px;
  }

  .section.sec3 {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .div-block {
    height: 600px;
  }

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

  .div-block-2.center {
    width: auto;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_blanca {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_blanca.currentsituation {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #aadfe1;
  }

  .image-6 {
    top: -40px;
  }

  .flex2080 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-8 {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .titulosbold.tituloheader {
    font-size: 34px;
    line-height: 44px;
  }

  .titulosbold.tituloheadertechnologies {
    font-size: 40px;
    line-height: 50px;
  }

  .imagenpeces {
    top: -5%;
    width: 90vw;
  }

  .sectiontabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-11 {
    position: relative;
    width: 80%;
    height: 200px;
    margin-bottom: 40px;
  }

  .div-block-12 {
    display: block;
    height: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    width: auto;
    float: none;
  }

  .imagenremora {
    height: 90%;
  }

  .divfototeam {
    height: 300px;
    background-position: 9% 100%;
  }

  .div-block-6-copy {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  ._50porcientocontext {
    width: 100%;
  }

  .sectionfromseatoplate {
    padding-top: 60vw;
  }

  ._50porcientoto100 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
    margin-right: 80px;
    margin-left: 80px;
  }

  .slider {
    top: -80px;
    height: 340px;
  }

  .div-block-17._3slide {
    background-position: 50% 50%;
  }

  .sectionmarhome {
    padding-bottom: 140px;
  }

  .headertechnologies {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .technologiesmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slidertech {
    height: 340px;
    margin-top: 40px;
  }

  .sectiontechnologie {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imagenapp {
    top: -20%;
    right: 5%;
    bottom: 0%;
    height: 140%;
  }

  .headertechnologiesisotipo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-12-copy-copy {
    height: auto;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11-copy {
    position: relative;
    width: 80%;
    height: 200px;
    margin-bottom: 40px;
    float: right;
  }

  .div-block-13-copy {
    width: auto;
    float: none;
  }

  .imagenapp2 {
    top: -20%;
    right: 5%;
    bottom: 0%;
    height: 140%;
  }

  .imagenabout {
    height: 90%;
  }

  .aboutsections {
    display: block;
    height: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sectionstechnologies {
    display: block;
    height: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sectionstechnologies.cel2 {
    margin-bottom: 40px;
  }

  .section_pilot {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectionaboutus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-2-copy {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 540px;
  }

  .image {
    display: block;
  }

  .navbar {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    padding-left: 0px;
  }

  .section.sec2 {
    padding-bottom: 160px;
  }

  .section.sec3 {
    padding-bottom: 120px;
  }

  .blanco {
    font-size: 24px;
    line-height: 34px;
  }

  .image-3 {
    width: 90%;
  }

  .image-5 {
    height: 140px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }

  .section_blanca.sinpaddingarriba {
    padding-bottom: 340px;
  }

  .section_blanca.context {
    padding-top: 120vw;
  }

  ._50porciento {
    width: 100%;
  }

  .image-6 {
    width: 80%;
  }

  .div-block-8 {
    position: absolute;
    width: 80%;
    height: 240px;
  }

  .titulosbold {
    font-size: 40px;
    line-height: 50px;
  }

  .titulosbold.tituloheader {
    font-size: 30px;
    line-height: 40px;
  }

  .titulosbold.tituloheadertechnologies {
    font-size: 30px;
    line-height: 40px;
  }

  .imagenpeces {
    top: -5%;
  }

  .div-block-12 {
    margin-top: 40px;
    padding-bottom: 200px;
  }

  .imagenremora.platform {
    height: auto;
  }

  .divfototeam {
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .div-block-6-copy {
    padding: 0px;
  }

  .image-8 {
    position: static;
    height: auto;
  }

  .paragraph-3 {
    max-width: auto;
  }

  ._50porcientocontext {
    width: 100%;
  }

  ._50porcientoto100 {
    width: 100%;
  }

  .menu-button {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .menubuttonnavgeneral {
    padding-right: 20px;
  }

  .div-block-14 {
    width: 100%;
    margin-right: 40px;
    margin-left: 40px;
  }

  .blanco-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .slider {
    top: -40px;
    height: 200px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .div-block-21 {
    padding-bottom: 0px;
  }

  .slidertech {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 200px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .slidestech._2slide {
    background-size: cover;
  }

  .slidestech._1slideremora {
    background-size: cover;
  }

  .slidestech._2slideremora {
    background-size: cover;
  }

  .slidestech._1slideapp {
    background-size: cover;
  }

  .slidestech._2slideapp {
    background-size: cover;
  }

  .slidestech._2slideapp {
    background-size: cover;
  }

  .slidestech._3slideapp {
    background-size: cover;
  }

  .imagenapp {
    top: -10%;
    height: 120%;
  }

  .image-12 {
    width: 200px;
  }

  .image-13 {
    margin-top: 40px;
  }

  .imagenapp2 {
    top: -10%;
    height: 120%;
  }

  ._50porcientoto100-verde {
    width: 100%;
  }

  .aboutsections {
    margin-top: 0px;
    padding-bottom: 80px;
  }

  .aboutsections.last {
    padding-bottom: 0px;
  }

  .aboutsections.first {
    margin-top: 40px;
  }

  .sectionstechnologies {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .sectionstechnologies.cel2 {
    margin-top: 0px;
    padding-bottom: 200px;
  }

  .headingfooter {
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-4 {
    line-height: 30px;
  }

  .section_pilot {
    padding-bottom: 0px;
  }

  .imagenteam {
    margin-top: 40px;
  }

  .azul {
    font-size: 24px;
    line-height: 34px;
  }
}

#w-node-43deefefa91c-2e14f8c9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2f8125b08451-2e14f8c9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#Email.w-node-c78de2d976a0-1a716f0b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-782af0e2143a-47d9f268 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2dd2c1a51a56-47d9f268 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c3c63d687f7f-47d9f268 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-af20c6b609f5-80864254 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b71760ff43a1-92e63fc2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cfde28f07100-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-113624d67d4a-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-83e3601a829b-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e9e80f3cdfc7-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4020decff656-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d08e8e650e1d-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-be5e07cf01f6-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-17b376e68cf4-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6ebbefcc2ace-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eab71541d4ab-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8561adc45bec-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6e5178667e9a-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-60f18131ee7e-5eeca806 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a31f8e6c1a6b-04c2adac {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9fd454e28e52-9d367ffa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c95fec3f9ab7-a7cfa198 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-abde1736327d-a7cfa198 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f9a8426a82ba-a7cfa198 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-680a8e3d3af2-fe425c8e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-16df206a7235-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dce93407fadc-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-abde1736327d-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7420ab09d3af-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e62f70c0f9c8-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2a9589b7f3fc-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-830060d20e33-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a6236e1730d-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ae02397c9175-e6fa143d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

