body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  position: static;
  left: 0px;
  top: 0px;
  right: 81px;
  display: block;
  width: 33%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #046db4;
}

.button.tab {
  margin-top: 15px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  margin-top: 15px;
  padding-top: 12px;
  background-color: #2e80b6;
}

.navigation-link {
  padding-top: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  padding-top: 35px;
}

.navigation-bar {
  position: fixed;
  width: 100%;
  min-width: 0px;
  padding-top: 0px;
  background-color: #ecf0f1;
  text-align: center;
  text-transform: uppercase;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  margin-top: 100px;
  padding: 70px 10px 80px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  margin-top: 0px;
  background-color: #192024;
}

.white-box {
  height: 450px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  display: none;
  height: 850px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-linear-gradient(270deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/fondo-ciudad.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/fondo-ciudad.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1632px;
  text-align: center;
}

.hero-heading {
  margin-top: 150px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  color: #bfe0ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  padding-bottom: 27px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #404047;
  color: #000;
}

.form-field.text-area {
  height: 110px;
}

.form-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.footer {
  padding-top: 0px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  padding-right: 0px;
  float: left;
}

.footer-link {
  display: block;
  margin-right: -20px;
  margin-bottom: 6px;
  margin-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
  padding-top: 11px;
  padding-left: 0px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.white-text.services-text {
  padding-right: 150px;
  padding-left: 150px;
  line-height: 16px;
  text-align: justify;
}

.form {
  margin-top: 40px;
}

.tab-button {
  margin-top: 0px;
  padding-top: 0px;
}

.under-construction {
  margin-bottom: 20px;
  text-align: center;
}

.under-construction.logo {
  position: static;
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
  float: none;
  clear: both;
  text-align: center;
}

.home-slider {
  position: relative;
  top: 87px;
  height: 85vh;
  margin-top: 0px;
  padding-top: 0px;
}

.slider-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 75px;
  background-image: url('../images/foto-1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-image.image-2 {
  position: relative;
  z-index: 0;
  height: 800px;
  background-image: url('../images/foto-2.jpg');
  background-position: 50% 0px;
  background-size: contain;
}

.slider-image.image-3 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  height: 800px;
  background-image: url('../images/foto-3.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-image.image-4 {
  background-image: url('../images/foto-4.jpg');
}

.fundacion {
  margin-top: 41px;
}

.brand-logos {
  background-color: transparent;
  color: transparent;
}

.brands-div {
  display: block;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: #fff;
}

.brand-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 97px;
  max-width: auto;
  padding: 0px 20px 20px;
}

.fundacion-text {
  padding-right: 60px;
  padding-left: 60px;
  color: #000;
  line-height: 16px;
  text-align: justify;
}

.mision-text {
  padding-right: 30px;
  padding-left: 30px;
  color: #000;
  line-height: 16px;
  text-align: justify;
}

.navigation-drop {
  padding-top: 13px;
}

.product-section {
  margin-bottom: 0px;
  padding-top: 81px;
  padding-bottom: 47px;
  padding-left: 0px;
  border: 2px none #046db4;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #2e9dff, transparent 78%);
  background-image: linear-gradient(180deg, #2e9dff, transparent 78%);
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.product-image {
  position: relative;
  top: 0px;
  right: 0%;
  bottom: 0px;
  width: 250px;
  height: 250px;
  margin-top: 0px;
  padding: 15px 0px;
  border: 1px solid #2e80b6;
  box-shadow: 4px 4px 3px 0 #8e8e9c;
}

.product-image._2 {
  left: 0%;
  right: 50%;
}

.product-image.image3col {
  left: 3%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: inline;
  width: 250px;
  height: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.sub-product-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.sub-category {
  margin-right: 75px;
  margin-left: 75px;
}

.product-div {
  display: block;
  margin-top: 14px;
  margin-bottom: 42px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-div.product1col {
  padding-left: 15px;
}

.product-div._3col {
  position: relative;
  left: 10%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.product-desc {
  width: 100%;
  padding: 20px 30px 19px;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
}

.product-heading {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: inline-block;
  width: 200px;
  height: 80px;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.product-heading.heading3col {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  padding-left: 0px;
  text-align: center;
  -webkit-column-count: 1;
  column-count: 1;
}

.product-heading._2col {
  margin-left: 20px;
}

.product-button {
  position: relative;
  left: 51px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.dropdown-link {
  padding: 0px;
}

.dropdown-text {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
}

.dropdown-icon {
  margin-top: 40px;
  margin-right: 1px;
  padding-right: 0px;
  float: none;
  clear: none;
  color: #000;
}

.mission-heading {
  color: #000;
  font-weight: 600;
}

.footer-heading {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.footer-about {
  color: #000;
  line-height: 16px;
  text-align: justify;
}

.footer-divider {
  width: 100%;
  height: 7px;
  margin-bottom: 27px;
  background-color: #046db4;
}

.paragraph {
  color: #000;
  font-weight: 400;
}

.slider-heading {
  position: relative;
}

.sub-product-description {
  margin-top: -16px;
  margin-bottom: 21px;
  padding-right: 160px;
  padding-left: 160px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.div-divider {
  position: static;
  left: 67px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  margin-top: 17px;
  padding-left: 137px;
  background-color: #046db4;
  color: #046db4;
}

.row-4 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-3 {
  padding-right: 150px;
  padding-left: 150px;
}

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

.slider-text {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.slide {
  background-color: transparent;
  background-image: url('../images/foto-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide2 {
  background-image: url('../images/foto-2.jpg');
}

.slide.slide3 {
  background-image: url('../images/foto-3.jpg');
}

.slide.slide4 {
  background-image: url('../images/foto-4.jpg');
}

.slider-sub-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-success {
  color: #000;
  font-weight: 400;
}

.form-error {
  color: #000;
  font-weight: 400;
}

.form-field-text {
  color: #000;
  font-weight: 600;
}

._2-product-test {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.product-column-3.product1col {
  padding-left: 0px;
}

.subbutton {
  width: 175px;
  height: 75px;
  border-radius: 18px;
}

.subbutton.w--current {
  height: auto;
}

.gototop-button {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.nav-sub-cat {
  margin-right: 50px;
  margin-left: 50px;
}

.back-to-top-link {
  position: relative;
  left: 47%;
  top: 0px;
  right: 0px;
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-align: center;
}

.map-title {
  color: #2e9dff;
  text-align: center;
}

.col-1-about {
  margin-top: 52px;
}

.body {
  background-color: transparent;
}

.map {
  height: 500px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .home-slider {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 400px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .slider-image {
    height: auto;
  }
  .brand-image {
    width: 20%;
  }
  .fundacion-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
}

