body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 26px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  text-align: left;
}
.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  clear: none;
  border-radius: 5px;
  background-color: rgba(71, 71, 71, 0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}
.button.nav {
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button.nav:hover {
  background-color: #9299ad;
}
.button.big-green {
  margin-top: 191px;
  padding: 25px 22px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}
.button.big-green:hover {
  background-color: #258575;
}
.button.sign-up {
  background-color: #2c9986;
}
.button.sign-up:hover {
  background-color: #33b59f;
}
.section {
  margin-bottom: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
}
.section.hero {
  height: 1068px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  background-image: url('../images/bg_home.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.section.grey {
  background-color: #eff1f4;
  background-image: url('../images/bg_2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.section.centered {
  text-align: center;
}
.section.footer {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 22px;
  background-color: black;
  text-align: left;
}
.company {
  margin-top: 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
}
.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.81);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  color: white;
}
.nav-link.w--current {
  padding-top: 0px;
  padding-bottom: 11px;
  border-bottom: 2px solid #23c2ec;
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
}
.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2c9986;
}
.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}
.nav-column {
  margin-top: -4px;
  padding-top: 0px;
  text-align: right;
}
.logo {
  margin-top: -6px;
  margin-right: 11px;
  float: left;
}
.hero-heading {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 38px;
  font-weight: 400;
}
.hero-subhead {
  color: white;
  font-size: 14px;
}
.section-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}
.section-title.white {
  color: white;
}
.section-subtitle {
  display: block;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #636466;
  text-align: center;
}
.section-subtitle.white {
  color: white;
}
.responsive-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.grey-icon {
  margin-right: 9px;
}
.content-column {
  padding-top: 79px;
  text-align: left;
}
.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
}
.number {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
}
.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #eff1f4;
}
.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: white;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
}
.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}
.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}
.by-section {
  text-align: left;
}
.person-icon {
  margin-right: 15px;
  float: left;
}
.location {
  font-family: Varela;
  color: #848999;
  font-size: 15px;
}
.logo-bottom {
  margin-right: 14px;
  float: left;
}
.footer-text {
  display: block;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 15px;
  text-align: center;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}
.social-icon:hover {
  background-color: #7f89a3;
}
.right-footer-col {
  text-align: right;
}
.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.65);
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 302px;
  box-shadow: red 0px -11px 0px 0px inset;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
.image-crop:hover {
  height: 372px;
}
.button-group {
  display: block;
  margin: 100px auto 48px;
  clear: none;
}
.center {
  text-align: center;
}
.brand-column {
  margin-top: -4px;
  padding-top: 0px;
}
.content_home {
  padding-top: 213px;
}
.arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  clear: none;
}
.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.line_heading {
  padding-top: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #636466 #636466 #dcddde;
}
.line_heading.white {
  border-bottom-color: white;
}
.text_secttion {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #636466;
  text-align: left;
}
.bg_black {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.49);
}
.title_desarrollo {
  padding-bottom: 30px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
}
.title_paragraph {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.grey {
  color: #636466;
}
.estuvimos {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url('../images/bg_home.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.estuvimos_text {
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.contacto {
  padding-top: 80px;
  padding-bottom: 80px;
}
.input {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-family:'Open Sans', sans-serif;
  color: black;
}
.input.area {
  min-height: 150px;
}
.submit {
  display: block;
  width: 60px;
  height: 59px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/arrow_footer.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: transparent;
}
.submit:hover {
  opacity: 0.75;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.columna_desarrollo_title {
  background-color: #003c7b;
}
.columna_desarrollo_title.slide {
  background-color: #23c2ec;
}
.title_column {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
}
.title_column.slide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.columna_desarrollo_cont {
  margin-bottom: 40px;
  background-color: #fff;
}
.image_columna1 {
  
}
.image_columna2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
 
  clear: none;
}
.row_desarrollo {
  margin-right: 0px;
  margin-left: 0px;
}
.columna_slide {
  margin-bottom: 40px;
}
.image_slide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}
.bg_slide {
  min-height: 400px;
  background-color: white;
}
.slider {
  height: 480px;
}
.nav_slide {
  background-color: white;
}
.arrow_slider_right {
  width: 50px;
  height: 50px;
  margin-top: 210px;
  margin-left: 41px;
  padding-top: 0px;
  border-radius: 41px;
  background-color: white;
  opacity: 1;
}
.arrow_slider_right.left {
  margin-right: 41px;
  margin-left: 0px;
  padding-right: 21px;
  background-color: transparent;
}
html.w-mod-js *[data-ix="logo-appear"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
@media (max-width: 991px) {
	
	
	
  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
  
  .estuvimos {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url('../images/bg_home.jpg');
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.estuvimos_text {
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
} 
  
}
@media (max-width: 767px) {
	
	.line_heading {
  padding-top: 0px;
  border-style: none none solid;
  border-width: 0px;
  border-color: #transparent;
}
	
  .button {
    margin-bottom: 10px;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left: 0px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-right: -1px;
    margin-bottom: 37px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left: 1px;
  }
  .right-footer-col {
    text-align: center;
  }
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .brand-column {
    text-align: center;
  }
  
.estuvimos {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url('../images/bg_home.jpg');
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.estuvimos_text {
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
} 


}
@media (max-width: 479px) {
	
	.line_heading {
  padding-top: 0px;
  border-style: none none solid;
  border-width: 0px;
  border-color: #transparent;
}
	
  .button {
    display: block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .section {
    padding-right: 11px;
  }
  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-subhead {
    margin-bottom: 34px;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    padding-left: 75px;
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
  }
  
  
  .estuvimos {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url('../images/bg_home.jpg');
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.estuvimos_text {
  font-family:'Open Sans', sans-serif;
  color: #23c2ec;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
} 
  
}

