body {
  font-family: 'Open Sans', sans-serif;
  color: #223e58;
  font-size: 13px;
  line-height: 20px;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #223e58;
  font-size: 18px;
  line-height: 22px;
}

.main-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding: 10px 50px; 
  background-color: #fff;

  box-shadow: 0 0 6px 0 #7a7a7a;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.main-nav.mini {
  padding: 10px 20px;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid transparent;
  color: #223e58;
  font-weight: 600;
  text-transform: uppercase;
}

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

.nav-link.nav-link-mark {
  margin: 15px 6px;
  padding: 5px 10px; 
  
}



.nav-link.nav-link-mark.w--current:after, .nav-link.nav-link-mark.w--current:before {
  border-color: #f7a500; 
}

.nav-link.nav-link-mark:after, .nav-link.nav-link-mark:before {
  display: block;
  position: absolute; 
  top: 0px;
  bottom: 0px; 
  width: 5px;
  content: ' '; 
  border-style: solid;
  border-color: #366188; 
}
 
.nav-link.nav-link-mark:after { 
  left: 0; 
  border-width: 3px 0px 3px 3px;

} 

.nav-link.nav-link-mark:before {
  right: 0; 
  border-width: 3px 3px 3px 0px;
}

.body {
  height: 100%;
}

.brand {
  padding: 5px 15px;
}

.main-nav-logo {
  height: 50px;
}

.header {
  position: relative;
  height: 400px;
  padding: 80px 10px 30px;
}

.header.header-large {
  height: 600px;
}

.header.header-work {
  background-image: url('../images/header-work.jpg');
  background-position: 50% 0px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.header.header-mini {
  height: 220px;
}

.header.header-transparent {
  background-color: transparent;
  color: #223e58;
}

.header.header-transparent.header-mini.header-clients {
  height: 240px;
}

.header.header-service {
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nav-icon {
  color: #fff;
}

.nav-icon:hover {
  color: #f7a500;
}

.header-middle {
  position: absolute;
  left: 10px;
  top: 30%;
  right: 10px;
  z-index: 2;
}

.header-middle.set-rel-mobile {
  top: 100px;
}

.text-cemter {
  text-align: center;
}

.fake-main-nav {
  height: 80px;
  background-color: #0c1c2b;
}

.header-icon {
  height: 120px;
  margin-right: 20px;
  float: left;
}

.header-icon.service {
  display: block;
  height: 160px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  float: none;
  border-radius: 100px;
}

.header-title {
  color: #f7a500;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #fff;
}

.header-title.text-white {
  color: hsla(0, 0%, 100%, .9);
  text-transform: uppercase;
  text-shadow: none;
}

.header-title.service {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  text-shadow: none;
}

.header-subtitle {
  font-size: 16px;
  font-weight: 300;
}

.header-subtitle.text-white {
  color: hsla(0, 0%, 100%, .9);
}

.header-subtitle.detail p{
  margin-top: 20px;
  line-height: 23px;
  font-weight: 400;
}

.section {
  min-height: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-rubros {
  overflow: hidden;
  padding-bottom: 0px;
}

.section.section-stats {
  position: relative;
  z-index: 1;
  background-color: #0c1c2b;
  background-image: -webkit-linear-gradient(45deg, #0c1c2b, #09243e);
  background-image: linear-gradient(45deg, #0c1c2b, #09243e);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
  color: #fff;
}

.section.section-gradient {
  background-image: -webkit-linear-gradient(271deg, #fff 50%, #eaeaea);
  background-image: linear-gradient(179deg, #fff 50%, #eaeaea);
}

.section.section-gradient.section-clients {
  padding-top: 10px;
}

.page-container {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 940px;
  min-height: 200px;
  margin: -80px auto -40px;
  padding-top: 10px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .3);
}

.box {
  max-width: 300px;
  min-height: 200px;
  min-width: 200px;
}

.wrap {
  padding: 15px;
}

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

.footer {
  position: relative;
  z-index: 100;
  padding-top: 40px;
  background-color: #223e58;
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 100%, #223e58, #11202e);
  background-image: radial-gradient(circle farthest-side at 50% 100%, #223e58, #11202e);
  color: hsla(0, 0%, 100%, .5);
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .2);
}

.footer-list-link {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

.footer-list-link.social-link {
  margin-left: 32px;
}

.social-icon {
  height: 20px;
  margin-top: 12px;
  float: left;
}

.footer-bottom-logo {
  display: block;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.home-hero {
  position: relative;
  height: 100%;
  background-color: #0c1c2b;
  color: #fff;
}

.hh-slider {
  top: 82px;
  height: calc(100% - 82px);
  background-color: transparent;
}

.hh-slidenav {
  padding-right: 20px;
  padding-left: 10px;
  text-align: right;
}

.hero-home-next {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 20;
  width: 50px;
  height: 35px;
  margin-left: -25px;
  background-image: url('../images/down-white.svg');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.next-icon {
  display: inline-block;
}

.prev-icon {
  display: inline-block;
}


.hh-s-1 {  

  overflow: hidden; 
  background-color: #9CA49F;
  background-image: url('../images/home_hero/s1.jpg');
  background-position:  center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-repeat: no-repeat;
}
.hh-s-4 {
  background-image: url('../images/home_hero/s4.jpg');
  background-position: 50% 0px;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.hh-s-2 {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .6), transparent 70%), url('../images/home_hero/s2.jpg');
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .6), transparent 70%), url('../images/home_hero/s2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hh-s-3 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(34, 62, 88, .4)), url('../images/home_hero/s3.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(34, 62, 88, .4)), url('../images/home_hero/s3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}


.hero-title {
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 10px 30px #000;
}

.hero-message {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.hh-content {
  position: absolute;
  left: 10%;
  top: 45%;
  z-index: 1;
  width: 500px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 10px solid #f7a500;
  background-color: rgba(0, 0, 0, .4);
}
 
 
.about-p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.hero-title-strong {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #f7a500;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0px;
}



.heading-group {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #223e58;
  text-align: center;
}

.client-logo {
  height: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.home-clients-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.r-image {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.r-image:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .4), 0 0 6px 0 rgba(0, 0, 0, .5);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.r-1 {
  padding-top: 80px;
}

.r-2 {
  padding-top: 30px;
}

.r-4 {
  margin-top: 50px;
}

.r-5 {
  margin-top: 100px;
}

.r-grid {
  display: block;
  overflow: hidden;
  max-width: 1400px;
  margin: -70px auto -160px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.r-container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(90deg, #ccc, #fff);
  background-image: linear-gradient(0deg, #ccc, #fff);
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #feaa02;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.inbound {
  width: 200px;
  border-radius: 4px;
}

.btn.btn-jumbo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.r-subtitle {
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 1;
  width: 500px;
  margin-left: -250px;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .5);
  font-size: 17px;
  text-align: center;
}

.stat-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.stat-container:hover {
  text-shadow: 0 0 6px #fff;
}

.stat-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: 220px;
  margin-top: 50px;
  background-color: transparent;
}

.testimonial {
  padding: 30px 50px;
}

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

.text-medium {
  font-size: 16px;
  line-height: 24px;
}

.enfoque-text {
  margin-top: 0px;
  color: #223e58;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.step {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 510px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
  background-color: #db9200;
  box-shadow: 0 0 6px 0 #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
}

.step:hover {
  background-color: #f7a500;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.text-large {
  font-size: 20px;
  line-height: 28px;
}

.step-title {
  height: 50px;
  font-size: 23px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.input, select.input { 
  background: #fff;
}

.input:focus {
  border: 1px solid #fea002; 
}

.input.textarea {
  height: 150px;
}

.input.inbound-input {
  display: block;
  width: 200px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  text-align: center;
}

.success { 
  font-size: 15px;
  color: #ffffff;
  background: #f7a500;
  border-radius: 6px;
}

.error { 
  color: #9e3b3b;
  font-size: 15px;
  text-align: center;
}

.inbound-form {
  position: relative;
}

.inbound-inner {
  position: relative;
  z-index: 3;
}

.form-inbound {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-left: 1px solid #dadada;
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-thin {
  font-weight: 300;
}

.header-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.border-left {
  padding-left: 10px;
  border-left: 3px solid #feaa02;
  text-transform: uppercase;
}

.service-title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.header-service-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.7;
}

.header-service-next {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 3;
  width: 60px;
  height: 40px;
  margin-left: -30px;
  background-image: url('../images/down-white.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

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

.section-enfoque {
  background-image: -webkit-radial-gradient(circle farthest-corner at 48% -58%, #fff 73%, #a5a5a5);
  background-image: radial-gradient(circle farthest-corner at 48% -58%, #fff 73%, #a5a5a5);
  -webkit-transition: background-color 500ms ease, box-shadow 200ms ease;
  transition: background-color 500ms ease, box-shadow 200ms ease;
}

.stat-big-number {
  color: #f7a500;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}



.study {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  border-radius: 6px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: #11202e;
  text-decoration: none;
}

.study-heading {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.study-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 140px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100px;
  background-color: #f7a500;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link {
  color: #223e58;
  font-weight: 600;
  text-decoration: none;
}

.study-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0.8;
}

.studies {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.service-i-image {
  display: block;
  width: 200px;
  height: 200px;
  margin: -60px auto 40px;
  border: 6px solid #fff;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.step-image {
  height: 240px;
  margin-right: -20px;
  margin-left: -20px;
  background-color: hsla(0, 0, 0, .1); 
  background-position: 50% 50%;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-image.s1 {
  background-image: url('../images/fases/f1.jpg');
}

.step-image.s2 {
  background-image: url('../images/fases/f2.jpg');
}

.step-image.s3 {
  background-image: url('../images/fases/f3.jpg');
}

.step-text {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.step-text:hover {
  opacity: 1;
}

.steps-container {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.step-label {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  opacity: 0.32;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.big-step-title {
  color: #f7a500;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

.big-step {
  padding: 60px 20px;
  text-shadow: 0 1px 1px #fff;
}

.big-step-text {
  padding-right: 60px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.step-next {
  position: absolute;
  left: -33px;
  top: 6%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.step-divisor {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.enfoque-finish-text {
  padding: 40px 20px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.section-clients {
  margin-bottom: 60px;
}

.to-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.back-to{
  float: right;
  margin: 20px;
  padding: 10px;
  color: white;
  text-decoration: none;
  display: inline-block;
  z-index: 100;
  position: relative;
  line-height: 16px;
  font-size: 16px;
}

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

html.w-mod-js *[data-ix="fadein-by-slide"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="fade-in-up-in-scroll-2"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="on-load-service"] {
  opacity: 0;
}

@media (max-width: 991px) {

  .hh-slider {
    top: 60px;
    height: calc(100% - 60px);
  }

  .main-nav {
    padding: 0px;
    background-color: #fff;
  }
  .main-nav.mini {
    padding: 0px;
  }
  .nav-link {
    display: block;
    color: #fff;
  }
  .nav-link.nav-link-mark {
    text-align: center;
  }
  .brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-nav-logo {
    height: 20px;
  }
  .nav-icon {
    margin-top: 6px;
    margin-left: 6px;
    padding: 12px;
    float: left;
    border-radius: 30px;
    background-color: #f7a500;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    color: #fff;
  }
  .nav-icon:hover {
    background-color: #f7a500;
    color: #0c1c2b;
  }
  .nav-icon.w--open {
    position: relative;
    z-index: 10;
    float: left;
    clear: left;
    background-color: #f7a500;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 260px;
    padding: 80px 20px 20px;
    background-color: rgba(12, 28, 43, .95);
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .fake-main-nav {
    height: 60px;
  }
  .header-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 34px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hh-s-1 {
    background-position: 50% 50%;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .hero-title {
    font-size: 34px;
    line-height: 36px;
  }
  .hh-content {
    left: 8%;
  }
  .hero-title-strong {
    font-size: 36px;
  }
  .client-logo {
    height: 100px;
  }
  .r-image {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .r-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .r-grid {
    margin-bottom: -90px;
  }
  .r-container {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 60px;
  }
  .stat-text {
    font-size: 17px;
  }
  .testimonials-slider {
    height: 250px;
  }
  .step {
    height: 570px;
  }
  .step-title {
    height: 50px;
    font-size: 18px;
    line-height: 22px;
  }
  .stat-big-number {
    font-size: 55px;
  }
  .study {
    min-height: 320px;
  }
  .study-heading {
    font-size: 20px;
    line-height: 22px;
  }
  .study-image {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .service-i-image {
    width: 160px;
    height: 160px;
  }
  .step-image {
    height: 200px;
  }
  .step-text {
    margin-top: 20px;
    line-height: 16px;
  }
  .big-step-text {
    font-size: 15px;
    line-height: 20px;
  }
  .step-next {
    left: -48px;
    top: -2px;
  }
}

@media (max-width: 767px) {

  .form-inbound { 
    margin: 20px -15px 0px -15px; 
    padding: 30px 20px;  
    border: 1px solid #dadada;  
    border-radius: 6px;
    background: white;
    box-shadow: 0 2px 8px  #cccccc;
}

.back-to{
  margin: 10px 5px;
  padding: 10px;
   
  line-height: 14px;
  font-size: 14px;
}


  blockquote {
    font-size: 15px;
    line-height: 20px;
  }
  .navbar {
    height: 60px;
  } 

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header.header-large {
    height: 650px;
  }
  .header.header-mini {
    height: auto;
  }

  .header-icon.service {
    height: 130px;
  }

  .nav-menu {
    padding-top: 64px;
  }
  .header-middle {
    top: 30%;
  }
  .header-middle.set-rel-mobile {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
  }
  .header-icon {
    display: block;
    height: 100px;
    margin: -20px auto 20px;
    float: none;
  }
  .header-title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .header-title.service {
    font-size: 36px;
    line-height: 36px;
  }
  .header-subtitle {
    text-align: center;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.section-gradient.section-clients {
    margin-top: -50px;
  }
  .home-hero {
    height: 100%;
  }
  .hero-home-next {
    bottom: 15px;
  }
  .hero-title {
    left: 10px;
    font-size: 30px;
    line-height: 32px;
  }
  .hero-message {
    left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .hh-content {
    left: 20px;
    top: 46%;
    right: 20px;
    width: auto;
    padding-left: 10px;
    border-left-width: 5px;
  }
  .about {
    height: auto;
  }
  .footer-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-group {
    padding-right: 10px;
    padding-left: 10px;
  }
  .client-logo {
    height: 120px;
  }
  .home-clients-container {
    padding-top: 0px;
  }
  .r-grid {
    margin-bottom: -140px;
  }
  .r-subtitle {
    width: 300px;
    margin-left: -150px;
  }
  .stat-container {
    margin-bottom: 20px;
  }
  .stat-text {
    font-size: 15px;
    line-height: 22px;
  }
  .testimonials-slider {
    margin-bottom: 20px;
  }
  .testimonial {
    padding: 10px 10px 10px 20px;
  }
  .text-medium {
    font-size: 15px;
    line-height: 22px;
  }
  .enfoque-text {
    font-size: 22px;
    line-height: 30px;
  }
  .step {
    height: auto;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-large.text-center {
    font-size: 18px;
    line-height: 25px;
  }
  .step-title {
    height: auto;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 25px;
  }
  .service-title {
    text-align: center;
  }
  .header-service-next {
    bottom: 80px;
  }
  .section-enfoque {
    background-image: none;
  }
  .study {
    min-height: 300px;
  }
  .study-image {
    margin-top: 26px;
    margin-bottom: 30px;
  }
  .service-i-image {
    display: none;
  }
  .step-text {
    text-align: center;
  }
  .step-label {
    top: 22px;
  }
  .big-step-title {
    color: #e69900;
    font-size: 30px;
    line-height: 30px;
  }
  .big-step {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .big-step-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .step-next {
    left: 50%;
    top: -30px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  .step-divisor {
    width: 95%;
    margin-top: 24px;
  }
  .enfoque-finish-text {
    border-radius: 25px;
    font-size: 16px;
    line-height: 20px;
  }


   .hh-s-1 {  
 
  background-image: url('../images/home_hero/s1.mob.jpg'); 
}

}




@media (max-width: 479px) {
  blockquote {
    font-size: 14px;
  }
  .nav-menu {
    width: 100%;
  }
  .header-icon {
    height: 100px;
  } 
  .header-title {
    font-size: 22px;
    line-height: 24px;
  }
  .header-title.service {
    font-size: 32px;
    line-height: 32px;
  }
  .header-subtitle {
    font-size: 15px;
    line-height: 19px;
  }
  .home-hero {
    height: 100%;
  }
  .hero-message {
    top: 50%;
    font-size: 12px;
    line-height: 16px;
  }
  .hh-content {
    left: 5px;
    right: 5px;
  }
  .client-logo {
    height: 80px;
  }
  .r-grid {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  .r-container {
    padding-top: auto;
  }
  .testimonials-slider {
    height: 300px;
  }
  .testimonial {
    padding-right: 0px;
    padding-left: 0px;
  }
  .enfoque-text {
    font-size: 19px;
  }
  .step {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .step-title {
    font-size: 20px;
    line-height: 20px;
  }
  .input.inbound-input {
    display: inline-block;
    float: none;
  }
  .form-inbound {
    text-align: center;
  }
  .stat-big-number {
    font-size: 50px;
    line-height: 60px;
  }
  .hh-s-4 {
    background-position: center;
  }

 
  .step-text {
    font-size: 12px;
    line-height: 15px;
  }
  .step-label {
    font-size: 16px;
  }
  .big-step-title {
    font-size: 22px;
    line-height: 22px;
  }
  .big-step {
    text-shadow: 0 1px 1px #fff;
  }
  .big-step-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
}



@media (max-height: 500px) {
 .home-hero , .header-service {
    height: 500px !important;
  }
}

.map-container {
  position: relative;
  z-index: 2;
  height: 260px;
  
   background: url("../images/bg-map.png") no-repeat center center  ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
