@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
body {
  margin: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Maven Pro', sans-serif; }

h1 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #368ca9; }

#splash {
  height: 100vh;
  overflow: hidden;
  background: #368ca9;
  background: -webkit-radial-gradient(#368ca9 10%, #004253 90%);
  background: radial-gradient(#368ca9 10%, #004253 90%);
  background-attachment: fixed; }
  #splash > .background {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    background-image: url(../img/splash.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed; }

#arrow {
  display: block;
  position: absolute;
  z-index: 995;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5px;
  color: #004253;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom; }

#header {
  position: fixed;
  top: 0;
  z-index: 990;
  height: 80px;
  -webkit-transition-property: height background-color background-image box-shadow;
  transition-property: height background-color background-image box-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }
  #header > .content {
    height: 100%; }

#header.initial {
  height: 100vh; }

#header.solid {
  background-color: #004253;
  background-image: url(../img/splash.png);
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }

#logo {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 263px;
  height: 110px;
  box-sizing: border-box;
  padding: 20px 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: width, height, top, left, margin, -webkit-transform;
  transition-property: width, height, top, left, margin, -webkit-transform;
  transition-property: width, height, top, left, transform, margin;
  transition-property: width, height, top, left, transform, margin, -webkit-transform; }

#logo.step {
  width: 150px;
  height: 80px; }

#logo.left {
  left: 75px; }

#mobile-menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%; }

.wrapper {
  width: 100%;
  min-width: 960px;
  box-sizing: border-box; }

.wrapper.front {
  position: relative;
  z-index: 499;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.75); }

.wrapper.image {
  min-height: 460px;
  background-attachment: fixed; }

.wrapper.dark {
  background-color: #368ca9;
  color: #fff; }

.content {
  margin: auto;
  padding: 2em 1em;
  width: 100%;
  min-width: 960px;
  max-width: 1800px;
  box-sizing: border-box; }

.content.no-padding {
  /*padding-top: 0;
  padding-bottom: 0;*/
  padding: 0; }

.image {
  background-size: cover;
  background-position: center center; }

.perspective {
  -webkit-perspective: 600px;
          perspective: 600px; }

.perspective div {
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }

.reflected {
  -webkit-box-reflect: below 0 linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.66) 100%);
  margin-top: 15%;
  margin-bottom: 15%; }

.text {
  box-sizing: border-box;
  padding: 0 4em; }
  .text p {
    text-align: justify; }

.vmiddle > div {
  display: inline-block;
  vertical-align: middle; }

.vmiddle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em; }

i[class^='icon-'] {
  font-size: 9em; }

i[class^='icon-small-'] {
  font-size: 1em; }

i[class^='icon-service-'] {
  font-size: 3em; }

i[class^='icon-service-'].reduced {
  font-size: 2.5em; }

div[class^='col-'] {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box; }

.col-33 {
  width: 33.33%; }

.col-20 {
  width: 20%; }

.col-30 {
  width: 30%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-70 {
  width: 70%; }

.col-80 {
  width: 80%; }

.office {
  color: #fff; }
  .office div[class^='col-'] {
    height: 250px;
    vertical-align: middle;
    border: 4px solid rgba(255, 255, 255, 0.75);
    border-bottom: 0;
    background-color: rgba(0, 66, 83, 0.33);
    overflow: hidden;
    box-sizing: border-box;
    padding: 2em; }
  .office div[class^='col-']:nth-last-of-type(2n) {
    border-right: 0; }
  .office div[class^='col-']:nth-last-of-type(1),
  .office div[class^='col-']:nth-last-of-type(2) {
    border-bottom: 4px solid rgba(255, 255, 255, 0.75); }
  .office .office-arg,
  .office .office-china,
  .office .office-usa {
    background-size: cover; }
  .office .office-arg {
    background-image: url("../img/office-arg.jpg");
    background-position: left center; }
  .office .office-china {
    background-image: url("../img/office-china.jpg");
    background-position: center center; }
  .office .office-usa {
    background-image: url("../img/office-usa.jpg");
    background-position: center top; }

ul.three-two-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  ul.three-two-one > li {
    width: 30%;
    text-align: center;
    margin: 1em 0; }
    ul.three-two-one > li p {
      text-align: center; }
  ul.three-two-one > li:nth-child(n + 4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  ul.three-two-one > li:nth-child(n + 7) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

ul.three-two-one::before, ul.three-two-one::after {
  content: '';
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.three-two-one > li {
    width: 45%; }
  ul.three-two-one > li:nth-child(n + 4) {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto; }
  ul.three-two-one > li:nth-child(n + 7) {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto; }
  ul.three-two-one > li:nth-child(n + 3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  ul.three-two-one > li:nth-child(n + 5) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .compress {
    width: 25% !important;
    background-position: center center !important; }

  .expand-90 {
    width: 75% !important; } }
@media screen and (max-width: 749px) {
  ul.three-two-one > li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%; }
  ul.three-two-one > li:nth-child(n + 4) {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto; }
  ul.three-two-one > li:nth-child(n + 7) {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto; }

  .compress {
    display: none !important;
    /* CAMBIOS, sin display */
    width: 15% !important;
    background-position: center center !important; }

  .expand-90 {
    width: 100% !important;
    /* CAMBIOS original 85% */
    height: auto !important;
    font-size: 0.9em; }

  .col-33 {
    display: block !important;
    width: 100% !important; } }
.footer {
  vertical-align: top !important;
  font-size: 0.8em;
  text-align: center; }
  .footer ul {
    display: inline-block;
    width: 225px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .footer ul li:first-child {
      font-family: 'Maven Pro', sans-serif;
      font-size: 1.25em;
      font-weight: 400;
      margin-left: 0;
      margin-bottom: 0.5em; }
    .footer ul li {
      margin-left: 1.75em;
      padding: 0.25em 0; }
      .footer ul li i {
        margin-left: -1.75em;
        padding-right: 0.75em; }

@media screen and (max-width: 749px) {
  .footer.col-50 {
    display: block;
    margin: auto;
    width: 276px; }

  .footer {
    font-size: 1em; }
    .footer ul {
      margin: auto;
      padding: 1em 0;
      width: 100%; } }
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  box-sizing: border-box;
  background: transparent;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: transparent; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  background: #368ca9; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #004253;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #004253;
      color: #fff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
  display: none;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase; }
  .slicknav_menu i {
    padding-left: 0.25em;
    padding-right: 0.5em; }

#header .content {
  padding: 0 1em; }

#navigation {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  text-transform: uppercase;
  display: block;
  opacity: 0;
  position: relative;
  float: right;
  margin: 0;
  margin-top: -80px;
  padding: 0;
  list-style: none;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms; }
  #navigation > li {
    min-width: 140px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1em;
    margin: 0;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    text-align: center; }
    #navigation > li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      text-decoration: none; }
  #navigation > li:hover {
    background-color: rgba(0, 0, 0, 0.25);
    border-bottom: 4px solid rgba(0, 0, 0, 0.25); }

@media screen and (min-width: 750px) and (max-width: 959px) {
  .content, .wrapper {
    min-width: 750px; }

  .full-only {
    display: none !important; }

  .expand {
    width: 100% !important; }

  .text {
    padding: 0 3em; } }
@media screen and (max-width: 749px) {
  #mobile-menu {
    display: block; }

  #navigation {
    display: none; }

  #header {
    height: 63px; }

  .content, .wrapper {
    min-width: 300px; }

  .full-only {
    display: none !important; }

  .expand {
    width: 100% !important; }

  .text {
    padding: 0 2em; }

  #logo {
    padding: 10px 0;
    width: 188px;
    height: 70px; }

  #logo.step {
    width: 113px;
    height: 50px; } }
